salley
8 years agoFrequent Contributor
.exists method
i've a form that has about 100 items and they appear based on some Class, and items could sometimes 50/60 depends on the class code, i want to select if item exists , if not move to next and do the s...
- 8 years ago
In this case, I'd use "FindAllChildren" of the sTable object that match properties for the RadioButtons. This will return an array of objects that you can traverse with a for loop and just go to each object and click on it.