Hi
I'm trying to do a simple thing which is:
I've a variable called "VarSelectedTab".
I want to have a button where when I click on it, it will increment the value by 1.
So, this is what I did.
Add Button
OnSelect: VarSelectedTab = VarSelectedTab + 1
TextInput:
Default: VarSelectedTab
When I click on the button, the VarSelectedTab doesn't change. It remains at 1.
Thanks in advance

Report
All responses (
Answers (