11-03-2008 03:46 PM
I need to read a binary file that has an ASCII header and then 16 bit signed integer values. I would like to read it one character at a time so that I can process information in the header and then switch to process the 16 bit integer information.
I have written a few test .vis and I can read the information, were I’m having trouble is in sampling the individual characters as I read them or getting them into an array so I can process after I close the source file. Anybody got an idea?
11-03-2008 04:53 PM