Forum Discussion
jose_pita
12 years agoSuper Contributor
I don't think that's possible...
Can't you make a loop looking for the object and only continue when you find it?
while(!object.Exists)
{
look for object
}
Can't you make a loop looking for the object and only continue when you find it?
while(!object.Exists)
{
look for object
}