Remote Processing CAMBASIC User Manual

Page 187

Advertising
background image

Error Messages - 2

NUM

M E S S AG E

E X P L A NA T I O N

12

<

Illegal imm ediate

>

A statem ent that is illegal in Im mediate M ode is enter ed as an Im mediate

Mode comm and.

13

<

Type mismatch

>

A s tr i ng v ar i ab le n am e is as si gn e d a n um e r ic v al ue o r v ic e – v e rs a; a

function that expects a numeric argument is given a string argument or
vice versa.

14

<

Out of string space

>

String variables have caused CAMBASIC to exceed the amount of free

memor y remaining. CAM BASIC will allocate string space dynamically,
until it runs out of memory.

15

<

String too long

>

An attempt is made to create a string in excess of 255 characters or a

string is too long for com mand limits.

16

<

String too complex

>

A string e xpression is too long or too complex to be proc essed. It should

be broken dow n into smaller expr essions.

17

<

C a n ’t C O N T

>

An attem pt is made to c ontinue a pr ogram that:

a.

Has been halted due to an error.

b.

Has been modified during a break in execution.

c.

Does no t exist.

18

<

U N T I L w / o D O

>

An UNTIL statement has been encountered without a matching DO.

19

<

Data out of range

>

A parameter for a statement is outside the allowable range.

20

<

DO/F OR/GO SUB stack

>

A GOSUB/ RETUR N, F OR/N EXT, and/or DO/ UNTIL loops are nested

too deep.

21

<

Hardware

>

CAM BASIC is attempting to access an I/O device which is not connected

or is inoperative.

22

<

System corruption

>

The card is trying to execute data rather than code. This error trap can

prevent some system crashes due to the modification of system RAM,
either inadvertently or through noise.

23

<

Expecte d variable

>

Only a var iable may be used as the p aram eter or argum ent.

24

<

Can’t co mpile

>

CAM BASIC cannot compile the line because:

a.

there are too m any numer ic constants,

b.

a nonexistent line number is referenced,

c.

a line or labe l is refer enced that do es not exist.

25

<

RESUME w/ o ON ERR

>

A RESUME was encountered without a corresponding ON ERR

statemen t.

26

<

Data negative

>

The argument or parameter m ay not be negative.

Advertising