Hello, in my application there are 864 variables associated to each control(edit boxes and radio buttons), when the application is started, all this variables must to be updated from a file. So it's a lot of work to type all this code, my question is: is there any possibility to use an array (in this case will be 3 or more) in which each element will be a variable of each control? how can i do this?