[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 11                  Subrange (..) is Missing                   pp 321

 Source:  Compiler

 Cause:   Double dot subrange definition is missing.

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


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


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

       BEGIN
       END.

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