Forum Discussion
YMinaev
Staff
16 years agoHi Chuck,
This depends on the errors you may get. If you get 'object not found' errors, just use Wait methods (WaitWindow, WaitAliasChild, etc.) to obtain the target object and then check whether its Exists property returns True. If it is True, continue the current iteration, otherwise, skip it by any means your scripting language provides.
This depends on the errors you may get. If you get 'object not found' errors, just use Wait methods (WaitWindow, WaitAliasChild, etc.) to obtain the target object and then check whether its Exists property returns True. If it is True, continue the current iteration, otherwise, skip it by any means your scripting language provides.