I’m looking to create a series of buttons that select an operation, but in order to do that, I was hoping that a button could be made to return either a zero or something other than one. If I could set it at creation trying for it to return something like 37, I could use that as an index to select my operation based on that.
I’m trying to figure a way to call up a part of a gui (ie make those widgets visible), and I figured I could do this if I could have each button return a unique value when clicked.