Re: unpack() help

2004-06-03 Thread John W. Krahn
Rmck wrote: > > Hi Hello, > I have the .h file of a program that spits out a data file > which is Binary Output. The binary file is a series of fixed > length records. In C, each record has the format which is > in the script. > > I thought I could use unpack to read the data, and I am > havin

Re: unpack() help

2004-06-02 Thread Roberto Etcheverry
rmck wrote: Hi I have the .h file of a program that spits out a data file which is Binary Output. The binary file is a series of fixed length records. In C, each record has the format which is in the script. I thought I could use unpack to read the data, and I am having no success. PLEASE

unpack() help

2004-06-02 Thread rmck
Hi I have the .h file of a program that spits out a data file which is Binary Output. The binary file is a series of fixed length records. In C, each record has the format which is in the script. I thought I could use unpack to read the data, and I am having no success. PLEASE let me