[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 49                   Invalid String Length                     pp 322

 Source:  Compiler

 Cause:   String length is not in the range of 1..255.

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


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


 Example:
       VAR
         StrVar : String [312];  { String length is greater than 255 }
         StrVar : String [-12];  { String length is negative number  }
       BEGIN
       END.

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