[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 55                    String Exceeds Line                      pp 323

 Source:  Compiler

 Cause:   String constant is not declared on a single line.

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


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


 Example:
       CONST
         StrVar : String [255] = 'This string         { Starting line }
                                  is on two lines';   { Ending line   }

       BEGIN
       END.

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