02-15-2011, 07:19 PM
Obj.Exist will return a true or false value. I am not sure why you are using it here
Do while temp < 30
obj.Exist
Wait(10)
??????
The error is expected.
Do while temp < 30
obj.Exist
Wait(10)
??????
The error is expected.