[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 47            Operand Type Does Not Match Operator             pp 322

 Source:  Compiler

 Cause:   The type of the operand does not match the operator.

 Remedy:  Examine the statement ahead of the error cursor for the above
          condition.


 ----------------------------------------------------------------------------


 Example:
       BEGIN
         WriteLn ('A' Div '2');   { Attempting to divide two Characters }
       END.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson