Search found 1 match

by lazy9669
Fri Jul 02, 2010 3:18 pm
Forum: General Questions
Topic: Use varaibles to access objects??
Replies: 1
Views: 1835

Use varaibles to access objects??

Is it possible to use a variable in an objects path when I'm trying to access it? In the below example I have a dynamic table with rows named Row011 to Row0x1, where x can vary. I'm trying to make a for loop that will go through all rows, 1 to x and click them. int i; Accessible repopath; for(i = 1;...