#ErrorLine$ – System Variable






#ErrorLine$ Documentation


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$)