Reference Manual
- Table of Contents
Appendix B - Compiler Error
Messages
- 101 Invalid BASIC Command Or Sub Not Found
- 102 Argument Syntax Error
- 103 Variable is not defined
- 104 Function not found
- 105 Module Nesting Error, Expecting ENDSUB
- 106 Module Nesting Error, Expecting ENDGLOBAL
- 107 Module Nesting Error, Expecting ENDFUNCTION
- 108 Module Nesting Error, Expecting FINISH
- 109 Expecting Required Sub Name or NONE in argument # 110 Expecting
Numeric in argument #
- 111 Expecting String in argument #
- 112 Floating Point Values Not Allowed in Select Case statements
- 113 Only a constant or variable name is allowed in a Case Statement
- 114 Error in array variable in argument #
- 115 Expecting parenthesis '('
- 116 Expecting WHILE or UNTIL in Do Statement",
- 117 Error in Function Argument
- 118 Too many array elements
- 119 Expecting array element(s) in argument #
- 120 Expecting assignment equal sign '='
- 121 Too many parameters
- 122 ELSE without a IF
- 123 ENDIF without a IF
- 124 Error in array variable trying to be assigned
- 125 Expecting THEN
- 126 Label not found ->
- 127 Variable name is too long ->
- 128 NEXT without a FOR
- 129 LOOP without a DO
- 130 SELECT nesting overflow
- 131 Syntax Error
- 132 No Start/Finish Module Defined
- 133 Procedure closed with a FOR without a NEXT
- 134 Procedure closed with a DO WHILE without a LOOP
- 135 Procedure closed with a DO UNTIL without a LOOP
- 136 Procedure closed with an IF without an ENDIF
- 137 Duplicate Sub or Function Procedure name found
- 138 Module Nesting Error, Unexpected ENDSUB
- 139 Module Nesting Error, Unexpected ENDGLOBAL
- 140 Module Nesting Error, Unexpected ENDFUNCTION
- 141 Module Nesting Error, Unexpected FINISH
- 142 Unknown Compiler Error: Check syntax of statement
- 143 Invalid character in statement
- 144 Array specification error for
- 145 DIM variable error
- 146 Variable type mismatch
- 147 Expecting AS parameter
- 148 Attempt to define an invalid Function name
- 149 MacStandardBasic IDE and Compiler need to be in the same folder!
- 150 Could not load specified project
- 151 Project source file not found >
- 152 Command statement outside of a procedure
- 153 No command statements allowed in Global module
- 154 More than than one START procedure in project
- 155 Expecting end of line
- 156 Memory allocation error: not enough memory available
- 157 Could not find resource file >
- 158 Library not found
- 159 Expecting return designator %&!#$,INTEGER,LONG,SINGLE,DOUBLE,
- or STRING after AS"
- 160 Unbalanced parentheses ((...)
- 161 Unbalanced parentheses (...))
- 162 EXITLOOP without a DO
- 163 Form or Control not found ->
- 164 Sub or command name is too long
- 165 Variable name to be assigned is too long