English
Language : 

NSB8 Datasheet, PDF (20/158 Pages) List of Unclassifed Manufacturers – BASIC interpreter for Z80 family
grifo®
APPEND
ITALIAN TECHNOLOGY
COMMAND:
APPEND <file name>
ACTION:
Appends the tokenized basic program in the specified file to the end of the current program. (the
lowest line number in the specified program must be greater than the largest line number in the current
program in order for an APPEND to be sucessful.)
EXAMPLES:
APPEND MYPROG
APPEND TESTER,2
REMARKS:
If there is no current program, APPEND acts like LOAD. A sucessful APPEND will always clear
all variables in the program/data area.
ERROR MESSAGES:
LINE NUMBER ERROR
The lowest number in the program to APPEND is less then or equal to the highest number in the
current program.
TOO LARGE OR NO PROGRAM ERROR
Either there is not a valid BASIC program in the specified file, or the program wich would result from
the APPEND operation is too large to fit into available memory. In the latter case, the current program
remains unmodified.
HARD DISK ERROR
FILE ERROR
ARG ERROR
TYPE ERROR
See command LOAD and SAVE.
Page 8
NSB8
Rel. 5.10