Specifications
211
Syntax errors:
Run-time errors:
Example:
fileNumber% = 4
OPEN "Datafile.dat" AS #fileNumber%
FIELD #fileNumber%,20 AS code39$,
16 AS itf$,5 AS kyin$
Reference:
Error code and message Meaning
error 71: Syntax error filenumber is missing.
Error code Meaning
05h
Parameter out of the range
(
fieldwidth out of the range)
34h
Bad file name or number
(You specified
filenumber of an unopened file.)
36h
Improper file type
(You specified
filenumber of a file other than data files.)
3Ah
File number out of the range
3Ch FIELD overflow
(A
FIELD statement specifies the record length exceeding 255
bytes.)
3Dh A FIELD statement specifies the field width which does not
match one that specified in file creation.
Statements:
CLFILE, CLOSE, GET, OPEN, and PUT