[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Error 52 Lower Bound Greater than Upper Bound pp 322
Source: Compiler
Cause: Lower bound value is greater than Upper bound value.
Remedy: Examine the statement ahead of the error cursor for the above
condition. Look for a syntax error in the declaration.
----------------------------------------------------------------------------
Example:
VAR
Numbers : Array [9..0] of Byte; { Wrong - numbers reversed }
Numbers : Array [0..9] of Byte; { Correct - range is correct }
BEGIN
END.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson