Actions
Bug #776
openFilesystem: Append not working.
Start date:
06/11/2021
Due date:
% Done:
0%
Estimated time:
24:00 h
Affected version:
Description
The following example generates an Internal Error at the Close 1 statement:
Append 1,"info.txt" ' Should open info.txt on the default file system if it exists, or create it if it doesn't.
Print #1,"APPENDED" ' Write something to the file.
Close 1 ' Close the file (Get Internal error here)
I tested this where info.txt does exist, and can be read using Open In 1 and Line Input #1,X$
Actions