[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 51                   Invalid Subrange Type                     pp 322

 Source:  Compiler

 Cause:   Syntax error or invalid type.
          Valid subrange types are all scalar types except Real.

 Remedy:  Examine the subrange declaration for a missing dot, or
          a range of type Real.


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


 Example:
       TYPE
          Days = Array [1.7]  of String [10];   { Wrong }
          Days = Array [1..7] of String [10];   { Correct }

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