Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> error 08 left square brace missing pp 321</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 08                 Left Square Brace Missing                   pp 321

 Source:  Compiler

 Cause:   Left 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 }

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson