EasyManua.ls Logo

Husky Hunter - Page 223

Husky Hunter
499 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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