The following instruction is reported as a syntax error: OPEN "file.txt" AS 1 Workaround: OPEN "file.txt" FOR INPUT AS 1
Never confirmed by a QA member. Moving back to UNCONFIRMED.
The FOR clause is mandatory for the Open statement.