steve_hall
13 years agoContributor
WaitChild Not working?
Folks, The following line of code is producing a JScript "object expected" error: if (Sys.Process("GEMS2").WaitChild(Form("GEMS2"),60000).Exists) My understanding was that, ...