Hi forum!
I have some trouble with data erase in my program. It seems to be result of reading from text file. When input line exceed 65 characters lenght, after LINE INPUT# statement, some data in memory were corrupted (I saw it in debugging session). It's independent of type and location of variable (local or global, static or dynamic string). Has anyone experienced similar problem? Any idea?
Regards
Cezary Zielinski
------------------
I have some trouble with data erase in my program. It seems to be result of reading from text file. When input line exceed 65 characters lenght, after LINE INPUT# statement, some data in memory were corrupted (I saw it in debugging session). It's independent of type and location of variable (local or global, static or dynamic string). Has anyone experienced similar problem? Any idea?
Regards
Cezary Zielinski
------------------
Comment