w THEOS Corona MultiUser Basic 21081

THEOS Corona MultiUser Basic
PL 21081
November 10, 2011

BASIC

04Nov11: The LINPUT #file: R$ statement was not setting R$ to the empty string at end-of-file. This was due to a problem in the library function fgets().

TOOLKIT

04Nov11: ** New Feature! ** A new routine in the FILESYS toolkit allows you to set or clear the EOF indicator for a file. The declaration is:

     DECLARE CALL FILE.SET.EOF(ADDROF(#filenum%), EOF.VALUE%)

04Nov11: ** New Feature! ** The FILE.SEEK routine in the FILESYS toolkit will now reset the EOF flag for the given file, in addition to doing the seek.