Error Codes in numerical order

 see also: Error Codes A-Z
 
 
255 NO ALLOC CELLS (only with machine code programs)
254 OUT OF MEMORY  
253 EXPONENT RANGE Exponent in number (scientific notatation) above ±99
252 STR TO NUM ERR Bad character in numeric string
251 DIVIDE BY ZERO Nirvana is not calculatable <G>
250 NUM TO STR ERR (only with machine code programs)
249 STACK OVERFLOW (only with machine code programs)
248 STACK UNDERFLOW (only with machine code programs)
247 FN ARGUMENT ERR Function argument is wrong type or out of range
246 NO PACK Attempt to access an empty slot
245 WRITE PACK ERR  
244 READ ONLY PACK Attempt to write to a readonly pack
243 BAD DEVICE NAME  
242 PACK CHANGED Wrong pack in slot
241 PACK NOT BLANK Pack needs to be reformatted for this operation
240 UNKNOWN PACK Pack seems to be destroyed
239 PACK FULL  
238 END OF FILE  
237 BAD RECORD TYPE (only with machine code programs)
236 BAD FILE NAME  
235 FILE EXISTS Attempt to create a file that already exists
234 FILE NOT FOUND  
233 DIRECTORY FULL Max. 110 files can reside on a pack
232 PAK NOT COPYABLE Attempt to copy a copyprotected pack
231 BAD DEVICE CALL (only with machine code programs)
230 DEVICE MISSING Usually when using LPRINT and the CommsLink is missing
229 DEVICE LOAD ERROR Pack has been removed
228 SYNTAX ERROR  
227 MISMATCHED ()'s  
226 BAD FN ARGS Function argument is wrong type or out of range
225 SUBSCRIPT ERROR Attempt to access a non-existent array element
224 TYPE MISMATCH Variable/parameter typ mismatch
223 NAME TOO LONG Lenght of a name exceeds 8 (including identifier)
222 BAD IDENTIFIER Incorrect variable identifier (other than '%','$')
221 MISMATCHED ''  
220 STRING TOO LONG String lenght exceeds defined size
219 BAD CHARACTER  
218 BAD NUMBER  
217 NO PROC NAME An imported procedure lacks a procedurename followed by a colon in first line
216 BAD DECLARATION Bad number of parameters in variable decleration
215 BAD ARRAY SIZE  
214 DUPLICATE NAME Variable declared twice or duplicate filename
213 STRUCTURE ERROR IF/ENDIF, DO/UNTIL, WHILE/ENDWH mismatch
212 TOO COMPLEX To many nested IF/ENDIF, DO/UNTIL, WHILE/ENDWH (max. 8)
211 MISSING LABEL The GOTO target cannot be found
210 MISSING COMMA  
209 BAD LOGICAL NAME File handle out of range (A..D) or already used
208 BAD ASSIGNMENT Attempt to assign a value to a procedure/function parameter (these are readonly)
207 BAD FIELD LIST Too many fields or none declared in CREATE/OPEN
206 ESCAPE The escape key sequence (ON/CLEAR,Q) has been pressed
205 ARG COUNT ERR Parameters do not match
204 MISSING EXTERNAL Variable has not been declared
203 MISSING PROC Attempt to call an external procedure which does not exist (is the right pack fitted?)
202 MENU TOO BIG  
201 FIELD MISMATCH Fieldname does not match the names declared in CREATE/OPEN
200 READ PACK ERR Pack is damaged
199 FILE IN USE Attempt to reopen an open file
198 RECORD TOO BIG The length of the contents of all fields must not exceed 255-no.of.fields (numeric values take up the same space as their string representation)
197 BAD PROC NAME  
196 FILE NOT OPEN  
195 INTEGER OVERFLOW Attempt to assign a value to an integer variable, which is out of integer range (-32768..+32767)
194 BATTERY TOO LOW  
193 DEVICE READ ERROR  Reading from a device (usually CommsLink) failed (wrong handshake setting?)
192 DEVICE WRITE ERROR Writing to a device (usually CommsLink) failed (wrong handshake setting?)
191 PACK BATTERY LOW  (obsolete, pack battery is NOT checked!)
CommsLink Errors
190 BAD PARAMETER If parameters are OK: illegal remote filename
189 FILE NOT FOUND Remote file does not exist or is wrong type
188 SERVER ERROR Misc. PC server error (e.g. open disk door)
187 FILE ALREADY EXISTS  
186 DISK FULL No space on remote drive
185  RECORD TOO LONG XTRECV in text mode found a record longer than 254 bytes