BASIC FUNCTIONS
SECTION 5.10
INPUT#
5. 10.9 Function INPUT# reads data from file.
Syntax INPUT#file no,var1,var2, ..•. varX
Examples INPUT#l ,A,B$,C$
This will input data to the variables A,B$ and C$ from file
number 1.
Remarl<s The variable specified in the INPUT statement should match
the type of data stored in the file.
VE!<. V09l'
The End of File function EOF should be checked to detect if
the end of the data has been reached. See 5.6.3. for
examples.
PAGE 5 - 511