Forum Discussion
irina_lukina
15 years agoSuper Contributor
Hi Ofer,
Try using something like this:
var appField = Sys["Window"]("Win_Name")["Field_Name"];
while (appField == true)
Delay(100);
I hope this helps :)
Hi Ofer,
Try using something like this:
var appField = Sys["Window"]("Win_Name")["Field_Name"];
while (appField == true)
Delay(100);
I hope this helps :)