Name
waitForSysVar2 — Compares a system variable to a value; returning when the comparison evaluates as true.
Synopsis
call subs.txt waitForSysVar2 { value } { op } { sysvar } [ timeout ] [ return ]
Parameters
Table 35. waitForSysVar2 parameters
Name | Description |
---|
value | A value to compare with EasyUO system variable %3. |
op | EasyUO operator like <, >, =, in, notIn. |
sysvar | Name of the system variable without the preceeding '#'. |
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)