[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DELAY                    Delay for X Milliseconds                    pp 134

 Syntax:  Delay (MilliSeconds) ;

 Type:    Integer

 Form:    Procedure

 Purpose: Delay for specified millisecond count.


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


 Usage:
       CONST
          MilliSeconds : Integer = 10 ;   { Constant delay value }

       BEGIN
          Delay (MilliSeconds)        ;   { Constant value       }
          Delay (10)                  ;   { Immediate value      }
       END.

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