This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Halt script execution waiting for a key press in Console Log output.
Syntax
n = <cAppLog>.Console.WaitKey[(nSecondsToWait)]
Returns
Number
0 if a keyboard key was pressed
> 0 if the number of seconds indicated was passed
Parameters
Name |
Type |
Optional |
Meaning |
nSecondsToWait |
Number |
Yes |
Optional number of seconds to wait.
If this value is zero or omitted, function will wait till a keyboard key is pressed.
If this value is > 0, function will wait till the number of seconds indicated is passed or a keyboard key is pressed, whichever will come first
|
Remarks
Restrictions
Log Console output must be activated
See also
Examples
uses "AppLog"
dim myLog as new cAppLog
...
myLog.Console.WaitKey