WAIT - < wx >() ... [Free]
WAIT |
||||||||||||||
The command postpones macro execution for X milliseconds. The behavior of this command depends on the macro playback speed that can user specify for each macro in the "Item Properties" dialog box. |
||||||||||||||
|
||||||||||||||
|
||||||||||||||
Example (Macro Steps):
|
||||||||||||||
|
Example (Plain Text):
<#> This macro shows how to use 'wx' command
<#>
<cmds>
<varset>("vTime=","How many seconds to wait ?")
<#> Calculate time to wait from seconds to milliseconds
<var_oper>(vTime,"%vTime%*1000",CALC_EXPRESSION,"0","", "0")
<wx>(vTime)
<msg>(100,100,"Specified time is out.","Message",1)