On Feb 5, 2009, at 9:28 AM, Mark Chappell wrote:
> These are text data, so there should be no Endian issues.
Thanks. Would you post the two or three lines used ( or just the OPEN
and the PRINT # statement ) to create the file before the INPUT # ?
I'm assuming it is something like:
open "O", 1, @theFileSpec
print #1, a; b; c; ( or print #1,, a,b,c )
Thanks.....
Brian S