Forum Discussion
YMinaev
Staff
15 years agoHi,
If the number of objects you need to check is dynamic, use the FindAll method to obtain them all, iterate through the array FindAll returns and check each object in a loop.
If the number of objects you need to check is dynamic, use the FindAll method to obtain them all, iterate through the array FindAll returns and check each object in a loop.