A
Troubleshooting
A-22
5.248 : END SELECT without SELECT
Code : &H0005 &H00F8
Meaning/Cause
There is no "SELECT" statement corresponding to the "END SELECT" statement.
Action
• Delete the "END SELECT" statement.
• Add a "SELECT" statement corresponding to the "END SELECT" statement.
5.249 : SELECT without END SELECT
Code : &H0005 &H00F9
Meaning/Cause
There is no "END SELECT statement corresponding to the "SELECT" statement.
Action
• Delete the "SELECT" statement.
• Add an "END SELECT" statement corresponding to the "SELECT" statement.
5.250 : CASE without END SELECT
Code : &H0005 &H00FA
Meaning/Cause
There is no "END SELECT" statement corresponding to the "CASE" statement.
Action
• Delete the "CASE" statement.
• Add an "END SELECT" statement corresponding to the "CASE" statement.
5.251 : Illegal command line
Code : &H0005 &H00FB
Meaning/Cause
The command cannot be executed since it is between "SELECT" and "CASE" statements.
Action
Delete the command between "SELECT" and "CASE" statements.
5.252 : Command doesn't exist
Code : &H0005 &H00FC
Meaning/Cause
There is a line which does not have a command.
Action
• Add a command.
• Delete the line.
5.253 : Compile failure
Code : &H0005 &H00FD
Meaning/Cause
An error occurred in software.
Action
Contact your distributor.
5.254 : ELSEIF without IF
Code : &H0005 &H00FE
Meaning/Cause
There is no "IF" statement corresponding to the "ELSEIF" statement.
Action
• Delete the "ELSEIF" statement.
• Add an "IF" statement corresponding to the "ELSEIF" statement.
5.255 : ELSEIF without ENDIF
Code : &H0005 &H00FF
Meaning/Cause
There is no "ENDIF" statement corresponding to the "ELSEIF" statement.
Action
• Delete the "ELSEIF" statement.
• Add an "ENDIF" statement corresponding to the "ELSEIF" statement.