[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Error 18                  To or Downto is Missing                    pp 321

 Source:  Compiler

 Cause:   To or Downto is missing from For loop.

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


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


 Example:
       VAR
          L1  :  Byte;

       BEGIN
          For L1 := 1 { To } 10 Do         { To is missing     }
            Begin
            End;

          For L1 := 10 { Downto }  1 Do    { Downto is missing }
            Begin
            End;
       END.

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