STOPTIMER |
Top Previous Next |
Syntax STOPTIMER(win as WINDOW,OPT id=1 as INT) Description Stops a previously started timer. Parameters win - Window or dialog containing the timer. id - Optional timer identifier, defaults to 1. Return value None Remarks The timer identifier must be the same one used to start the timer. See Also: STARTTIMER Example usage STOPTIMER win, 3 |