I've created 3 variables
radio1 radio2 radio3
is it possible to use a for loop and from a String called "radio" to add the counter in the end in order to get the variable?
for instance something like this
for(i=1;i<=3;i++)
if(("radio" + i).method())
do something
thanks in advance