Project

General

Profile

Bug #776

Filesystem: Append not working.

Added by Brian Flanagan almost 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
High
Target version:
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$

#1

Updated by Francois Lionet almost 3 years ago

  • Status changed from New to Resolved

Fixed!

Also available in: Atom PDF