Forum Discussion

redsgt's avatar
redsgt
Occasional Contributor
14 years ago

Another WaitWindow/Exists thread

As far as I know from searching around here, the following should work: var x;   x = Aliases["BLAH32"]["dlgBlah"]["WaitWindow"]("Static", "blah blah blah.", 2, 1000);   if (!x["Exists"])  ...