05-25-2009 11:20 AM
I wrote some example data in binary format.
Then read it again but met error 4.
The read function reads 64 byte without problem.
After this the file positioner will be located in end of file.
Any special care is needed?
labmaster
05-25-2009 12:08 PM
I got to know the problem.
Count means the number of data. not byte number.
labmaster