home *** CD-ROM | disk | FTP | other *** search
-
- AdvCRT 9.0 - June 19, 1990
-
- NEW ROUTINES:
- ------------
- Procedure DelaySeconds(NumSecs: Real; KeyIntr: Boolean);
- - Delays NumSecs seconds, with an optional keypress interruption.
-
-
- CHANGES TO EXISTING ROUTINES (from Version 6.6):
- -----------------------------------------------
- 1. Eliminated the need for the user to pass two time storage variables
- to the CheckTime procedure. The result: less power (only one
- "timer" can be used at a time), but increased ease of use.
-
- A single byte parameter now drives the procedure:
- Pass: 0 to reset the timer
- 1 to start the timer
- 2 to stop the timer
-