Hi guys. I wanted to know if its possible to give something a name and add a variable to it…for example i have a loop from 1 to 10 with the variable i holding the count; in it i’m creating a dynamic button called myButton, and at the end of the loop i’m adding 1 to the i. Is it possible that i call the button creating dynamically myButton[i] or something so that it’s name would be myButton(and the number of the loop), therefore creating a new button for every loop….this would create 10 buttons. What do you think?
Posted 3 months ago











