I have a grid of RadioButtons, and need some help in Check / Uncheck acording to data collected from a .txt file.
The .txt file contains a list like this:
A01,a
B01,b
C01,c
A02,a
B02,b
C02,c
I have set up in a grid formation RadioButtons, and named them A01,B01,C01,A02,B02,C02.
I have loaded the .txt file in an array, and want to use the first 3 letters in the array to point to the RadioButton.
Problem:
How do I get the string "A01" from the array to point to the RadioButton control?