AMSTRAD CPC464 User Manual page 248

Cpc464 colour personal computer 64k
Hide thumbs Also See for CPC464:
Table of Contents

Advertisement

1 3 T y p e m i s m a t c h
A numeric value has been presented where a string value is required. and vice versa, or an invalidly
formed number has been found in READ or INPU
T .
1 4 S t r i n g s p a c e f u l l
many strings have been created that there is no further room available, even after ' garbage
So
collection' .
1 5 S t r i n g t o o l o n g
String exceeds 255 characters in length. May be generated by adding a number of strings together.
1 6 S t r i n g e x p r e s s i o n t o o c o m p l e x
String expressions may generate a number of intermediate string values. When the number. of these
values exceeds a reasonable limit, BASIC gives up, and this error results.
1 7 C a n n o t C O N T i n u e
For one reason or another the current program cannot be restarted using CONT. Note that CONT is
intended for restarting after a STOP command,
or error, and that any alteration of the
[ESC][ESC]
program in the meantime makes a restart impossible.
1 8 U n k n o w n u s e r f u n c t i o n
has been executed for the FN just invoked.
No DEF FN
1 9 R E S U M E m i s s i n g
The end of the program has been encountered while in Error Processing Mode (ie in an ON
ERROR
GOTO routine).
2 0 U n e x p e c t e d R E S U M E
is only valid while in Error Processing Mode (ie in an ON ERROR GOTO routine).
RESUME
2 1 D i r e c t c o m m a n d f o u n d
When loading a program from cassette a line without a line number has been found.
2 2 O p e r a n d m i s s i n g
BASIC has encountered an incomplete expression.
2 3 L i n e t o o l o n g
A line when converted to BASIC internal form becomes too big.
2 4 E O F m e t
An attempt has been made to read past end of file on the cassette input stream.
2 5 F i l e t y p e e r r o r
The cassette file being read is not of a suitable type. OPENIN is only prepared to open ASCII text
E .
files. LOAD,
are only prepared to deal with the file types produced by SAV
RUN etc,
2 6 N E X T m i s s i n g
Cannot find a NEXT to match a FOR command.
2 7 F i l e a l r e a d y o p e n
An OPENIN or OPENOUT command has been executed before the previously opened file has been
closed.
2 8 U n k n o w n c o m m a n d
BASIC cannot find a taker for an external command.
2 9 W E N D m i s s i n g
Cannot find a WEND to match a WHILE command.
3 0 U n e x p e c t e d W E N D
Encountered a WEND when not in a WHILE loop, or a WEND that does not match the current
WHILE loop.
BASIC Keywords
The following are the BASIC keywords, they are reserved and cannot be used as variable names.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents