Specifications

Error Messages - 3
NUM MESSAGE EXPLANATION
27 <Data > 255> The argument or parameter may not exceed 255.
28 <Data > 65,535> The argument or parameter may not exceed 65,535.
29 <Can’t LOAD program> Program does not exist in EEPROM.
30 <Expected (> CAMBASIC is expecting a left parenthesis or an expression.
31 <Expected )> CAMBASIC is expecting a right parenthesis.
32 <Expected ]> CAMBASIC is expecting a right bracket.
33 <Need more> Another parameter or argument is expected.
34 <Expected –> CAMBASIC is expecting a “–”.
35 <TO missing> A TO was missing in a FOR/NEXT structure.
36 <Expected GOTO> A GOTO is expected after a conditional.
37 <Expected GOSUB> A GOSUB is expected after a conditional.
38 <Expected THEN> A THEN is expected after a conditional.
39 <Expected => An “=” sign is expected.
40 <Expected ;> A semicolon is missing in a PRINT statement with a prompt string.
41 <Variable name length> The variable name is longer than 40 characters.
42 <No Autorun program> CAMBASIC cannot find the autorun program.
43 <Task construction> A mismatch of task numbers or task construction has occurred.
44 <CONFIG mismatch> A config statement was improperly constructed.
45 <Command not available> You have used a command which is not implemented on your card. For
example, the AIN is useless on cards without analog input.
46 <DO loop counter empty> Encountered an ENDDO without a previous DO/n statement.
47 <Time >327.67 sec> Self explanatory