Error Messages



1Out of memory.
3Too many nested control statements.
5Extra text on line.
7Missing ';' in FOR statement.
8No corresponding SWITCH statement.
9No corresponding control structure.
10Switch must have at least one CASE/DEFAULT statement.
11Error in nesting control structures.
12Illegal label.
13Duplicate label.
14Too many labels.
15Label not found.
16Procedures can not return values.
17Unsupported feature.
18Illegal Function/Procedure name.
19Direct statements not allowed in libraries.
20Missing END statement.
21Duplicate Procedure/Function.
22Too many Procedures/Functions.
23Too many global/static variables.
24Strings can not span lines.
25Attempt to assign an array element to a non-array.
26Attempting to expand an array through a non-array element.
27Attempting to access an array element in a non-array.
29Attempting to assign a variable as an array constant element.
30Unbalanced parentheses.
32Invalid operator in expression.
33Invalid operation for data type.
34Invalid array indice.
35Divide by zero.
36Illegal operand.
37Variable not found.
38Illegal assignment.
39Illegal expression.
40Internal error.
41Missing parameter.
42Invalid parameter.
43Unknown Procedure/Function.
44Invalid alias specifier.
45Invalid field specifier.
46Field does not exist in specified database.
47Alias does not exist.
49Unterminated string constant.
50Function/Procedure nesting not allowed.
51Too many tasks running at once.
52Duplicate procedure/function name.
53Illegal identifier.
54Attempting to redefine an identifier.
55Declaration statements must come before executable statements.
56Illegal parameter declaration in code block.
57Attempting to reference a non-variable.
58Attempting an invalid indirect function call.
59Message recipient is not an object.
60Invalid message sent to object.
61Internal error: to many grips.
62Internal error: attempting to free bad grip.
63Attempting to create a circular refference.
64Expression does not evaluate to a function or code block.
66Static declarations must come before executable code.
69Assign methods can not have parameters.
70Access methods must have only one parameter, the value to be assigned.
71Assign method already exists as something else.
72Assign method already exists.
73Access method already exists as something else.
74Access method already exists.
75Attempting to call a non-existing method.
76Default method/assign/access must take message as first parameter.
77Method already exists.
78Attempting to compile a non string.
79Compiled script is to big (break into libraries).
80Garbage collector page locks exceed number available.
81Only valid within a class definition.
82CATCH must take a variable parameter to receive error number.
83Attempting to instantiate non-existing class.
84All workareas are in use.
85Can not do requested type conversion.
86Not a valid workarea.
87Workarea is not in use.
88Too many relations.
89Can't open file.
90Attempting to access an instance variable that doesn't exist.
91An identifier was encountered where none was expected.
92An error occured in specifing an INHERIT statement.
93Instance variable already exists.
94Message already exists.
95Attempting to inherit a class that has already been inherited from.
96Attempting to direct a message to a class that hasn't been inherited from.
98Not in an object.
99No sender.
100Attempting to override a method in a class that hasn't been inherited from.
101Attempting to override a message with a message of a different type.
102Attempting to override a non method.
130Missing '('.
132Missing ')'.
134Missing matching IF statement.
156Error in enumeration of array.
159Missing ']' in statement.
193Missing identifier in declaration.
195Missing symbol in expression.
196Missing comma in IF/IIF inline expression.
225Error in syntax of MESSAGE statement.
231Error in syntax of METHOD statement.


(c) 2000-2001 by West Coast Web Adventures, Inc., All Rights Reserved