[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 09                Right Square Brace Missing                   pp 321

 Source:  Compiler

 Cause:   Right square brace is missing from statement.

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


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


 Example:
       VAR
          StrArray : Array [0..3  of String [80];  { Wrong }
          StrArray : Array [0..3) of String [80];  { Wrong }
          StrArray : Array [0..3] of String [80];  { Correct }

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