Contents  Index  
──────────────────────────────────────────────────────────────────────────────
Returns the next valid unused file number.

FREEFILE

Example:
    OPEN "TEST.DAT" FOR OUTPUT AS #1
    PRINT "Next file number: "; FREEFILE
    CLOSE

See Also    OPEN
──────────────────────────────────────────────────────────────────────────────
 © Copyright Microsoft Corporation, 1987-1992. All rights reserved.
   Converted from qbasic.hlp with DosHelp/HelpConvert