Hey, sorry if this question is really really simple and silly to ask here but I can't find a suitable answer anywhere else and nobody out there so far is willing to help me out so any help would be greatly appreciated.
Simple thing I want to do:
I have a loop which creates a load of buttons. There are currently 3 buttons but at some point there will be 9. Each button will be numbered on the window (the first one will have "1" written on it, the second one "2", the third one "3" etc).
I am guessing the way of doing this in a loop would be to create a string and make sure that the number of the button created is what goes into the string. The string is then used on the button...
How do I do this? It sounds so simple but for some reason nothing has worked...
Thanks in advance.