Site hosted by Angelfire.com: Build your free website today!
NAME
  FREEFILE

SYNOPSIS
  FREEFILE

DESCRIPTION
  Returns the next valid unused file number.

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

SEE ALSO
  OPEN