[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Error 23 Integer Expression was Expected pp 321
Source: Compiler
Cause: A non-integer expression was encountered.
Remedy: Examine the statement ahead of the error cursor for the above
condition.
----------------------------------------------------------------------------
Example:
VAR
StrVar : String [1];
BEGIN
StrVar := Chr (4.0) ; { Wrong - integer expected here }
StrVar := Chr (4) ; { Right - 4 is an integer value }
END.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson