5.3 Error Codes
| Error Code | Description | Incorrect Code Example | 
| Unknown Error | Program doesn't recognize command | PRGA | 
| BIT Error | Specified bit does not exist | DO10=1 | 
| Token Error | Syntax error | DELAY=V1+200 | 
| = Error | Incorrect assignment formula | V2+1=V3 | 
| Assignment Error | Invalid value specified | V1= ABS | 
| Operation Argument Error | Invalid command specified | V1=V2+ABS | 
| Error not Number of Var | Invalid specification method | DO=PX | 
| Var Range Error | Exceeds the defined variable range | V200=1 | 
| Missing = | Assignment operator ‘=’ cannot be found | HSPD*1000 | 
| Error GOSUB | Specified value is outside the range for GOSUB | GOSUB900 | 
| Error SUB Number | Subroutine number is not valid | GOSUB DI1 | 
| Error SUB | Specified value is outside the range for SUB | SUB5000 | 
| Error ENDSUB | ENDSUB is missing | SUB 1 … ENDSUB | 
| Error PRG | Specified value is outside the range for PRG | PRG200 | 
| Error PRG Number | Program number is not valid | PRG XI3 | 
| Missing END | END for PRG missing | PRG 0 … END | 
| Missing ENDWHILE | ENDWHILE for WHILE missing | WHILE 1=1 … ENDWHILE | 
| Missing ENDIF | ENDIF for IF missing | IF 1=1 … ENDIF | 
| Error | Other syntax errors | V1==V2 | 
A-Script error codes
< Previous Chapter | Topic Home | Home | Next Chapter >
