27 - 36
END:SUB without BEGIN:SUB.
An End:Sub keyword has been found outside of a subroutine definition.
Expression : Division by zero.
An attempt has been made to divide a number by zero. Check the logic of the expression.
Expression : Invalid variable.
A variable has been used with the wrong number of indexes.
Expression : Not present.
A required expression is empty. Check the syntax of the word in question.
Expression : Parenthesis.
The expression contains a different number of left hand brackets '(' to right hand brackets ')'.
There is a general syntax problem with the expression.
Expression : Variable overflow.
The index value is incorrect for the variable.
program name contains syntax errors. Continue save ?.
The Procal program you are saving contains syntax errors.
Function or Variable name undefined.
The specified function or variable has not been declared.
20 Gosub's have been executed without an End:Sub.
An If keyword has been found without a following End:If.
Incomplete IF within REPEAT - UNTIL.
An incomplete If-[else]-End:if block has been found within a Repeat-Until block .
Incomplete REPEAT within IF - END:IF.
An incomplete Repeat - Until block has been found within an If - Else, Else-End:If, or If-End:If block.
Incorrect number of parameters.
An insufficient number of parameters or an incorrect combination of parameters have been passed to
the Procal Word. Check the syntax of the word in question.
Invalid calculated limits, dimension name.
The LSL for the specified dimension is greater or equal to the USL.
Insufficient data points for operation.
A measurement function cannot be completed due to insufficient scanned data or incorrect data.