[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 40                      Undefined Label                        pp 322

 Source:  Compiler

 Cause:   Label is not defined.

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


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


 Example:
       PROCEDURE One;

          Label                     { Local defined lables       }
            Target1,                { Define local label #1      }
            Target2;                { Define local label #2      }

          Begin                     { Begin local procedure      }
          Goto Target1;             { Attempt to GOTO label #1   }
          Halt;
          Target2:                  { Label #1 is not identified }
          End;                      { End of procedure           }

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