03-31-2009 09:55 AM
Solved! Go to Solution.
03-31-2009 10:09 AM
Access it from the properties. Have a look at the attached image.
03-31-2009 10:17 AM
Yes, I know I can create each one of that and make a array of them. But how to it programmly if there's many of them.
03-31-2009 10:49 AM - edited 03-31-2009 10:49 AM
This will index the array to the selected value of your radio buttons.
Is this what you were looking for?
03-31-2009 10:53 AM
03-31-2009 10:54 AM
03-31-2009 10:56 AM - edited 03-31-2009 11:02 AM
That is exactly what I did, just too late, but it works fine!
03-31-2009 11:07 AM - edited 03-31-2009 11:09 AM
....
mis-read Q.
Ben
03-31-2009 11:09 AM
03-14-2011 02:22 PM
Not exactly, but very close. Don't forget to put a (-1) block between radio buttons and index array.
Controls[] is an array. Index goes from 0 to n-1.
Radio button's index goes from 1 to n. 0 is used for nothing selected.