So the challenge I am having is creating variable names dynamically:
Lets say I need 500 buttons:
x = 0
For Loop Begin
x = x + 1
local button…x = ui.newButton{ (I need button1, button2, button3 how???)
–blah blah
}
For Loop End
[import]uid: 38453 topic_id: 7316 reply_id: 307316[/import]
[import]uid: 6645 topic_id: 7316 reply_id: 25799[/import]