Description
The #ErrorLine$
system variable returns the script line number where a timeout has occurred during the execution of a Pause Until … EndPause statement.
Syntax
var$=#ErrorLine$
See also
Wait Functions
Example
msgbox(#ErrorLine$)
The #ErrorLine$
system variable returns the script line number where a timeout has occurred during the execution of a Pause Until … EndPause statement.
var$=#ErrorLine$
Wait Functions
msgbox(#ErrorLine$)