to prevent commas from screwing your logic up, place all your data in quotes when you save it to the file.
print #1, chr(34) + data + chr(34)
the quotes won't show up when you read the data. Note that this only works with string data.
|
Results 1 to 12 of 12
Thread: problem with eof...Threaded View
|
Click Here to Expand Forum to Full Width |