A
Troubleshooting
A-20
5.231 : Undefined label
Code : &H0005 &H00E7
Meaning/Cause
An undefined label was used.
Action
Define the undefined label.
5.232 : Undefined user function
Code : &H0005 &H00E8
Meaning/Cause
Undefined function was called.
Action
Define the undefined function.
5.233 : Undefined HAND
Code : &H0005 &H00E9
Meaning/Cause
The specified hand is not defined.
Action
• Specify a correct hand.
• Define the hand.
5.234 : Too many dimensions
Code : &H0005 &H00EA
Meaning/Cause
An array exceeding 3 dimensions was declared.
Action
Change array to within 3 dimensions.
5.235 : Dimension mismatch
Code : &H0005 &H00EB
Meaning/Cause
The array dimension number does not correspond to that declared.
Action
Make the array dimension numbers correspond to each other.
5.236 : Argument mismatch
Code : &H0005 &H00EC
Meaning/Cause
The number of "SUB" statement arguments does not correspond to that of "CALL" statement
arguments.
Action
Make the number of "SUB" statements correspond to that of "CALL" statements.
5.238 : Illegal option
Code : &H0005 &H00EE
Meaning/Cause
The command option is incorrect.
Action
Input a correct option.
5.239 : Illegal identifier
Code : &H0005 &H00EF
Meaning/Cause
A reserved word was used as an identifier.
Action
Use an identifier name other than a reserved word. Refer to the YRCX programming manual.