Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> delay delay for x milliseconds pp 134</b> http://www.X-Hacker.org [<<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.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson