EasyManua.ls Logo

Husky Hunter - Page 284

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
VER.V09F
SECTION 5.17
To separate the data correctly the following format should
be used:
PRIITT/12, CHR$(34) ;A$;CHR$(34) ;CHR$(34) ;B$;CHR$(34)
This would write the following to the file:
"T01,DICK"
11
HARRY"
and the statement:
INPUTl12,A$,B$
inputs 'TCM,DICK' to
A$ and 'HARRY' to 8$
The statement WRITE/1n is a simpler way
to perform the above
functions.
PAGE5-115