Name
waitForSysVar — Compares a system variable to a value; returning when the comparison evaluates as true.
Synopsis
call subs.txt waitForSysVar { sysvar } { op } { value } [ timeout ] [ return ]
Parameters
Table 34. waitForSysVar parameters
Name | Description |
---|
sysvar | Name of the system variable without the preceeding '#'. |
op | EasyUO operator like <, >, =, in, notIn. |
value | A value to compare with EasyUO system variable %1. |
timeout | Timeout value (in .1 seconds) |
return | Name of return value ('return' by default) |
Description
Compares a system variable to a value; returning when the comparison evaluates as true.
Returns
@%5 (#true or #false if timedout)