Basically, I want to have a set of buttons generated based on a sting array (as in, the amount of buttons is the size of the array, and the text on each button is each item in the array), and (of course) have different stuff happen based on which buttons are pressed.
But I haven’t the slightest clue how to automate that. Could someone please point me in the right direction?
I found an answer here, but I only know C#, so I was unable to use it. If anyone wouldn’t mind translating that to C#, that works too.