Variables
Initial Setup:
How to call a variable:
Get a variable from your program. This can be any value e.g. boolean, int, double, string, char
Go to the variables page of the website and create a new variable with a name of your choice and the value of the variable from your program
Create the variable and go back to your program to replace the piece of data with the following code:
If you are using the InitializeForm method, variables will automatically be grabbed when the user logs in.
Last updated
Was this helpful?