I am having a problem trying to pass multiple variables to a button's .OnAction call. I want to be able to pass multiple variables to the .OnAction property of a button.
This code works when I want to send one variable:
I want to be able to pass all 3 variables into the Button_Click call for each button that I have. I have been trying many different syntaxes and have not been able to get it to work properly. How would I be able to pass "strText, intNumber, lngLong" variables to the .OnAction call?
Thanks for the help
Bookmarks