I have a form where I am setting a variable to the value of the field. When the form is submitted those variables still have their values so when I go back to the form to make the next entry the form is blank(reset) but the variables still have their values.
I can use the following on the submit button which works for a single variable
Set(variable, Blank())
Problem is that I have 20 variables I need to reset. is my only option to do the following or is there a more inclusive way to reset all global variables?
Set(variable, Blank()); Set(variable2, Blank()); Set(variable3, Blank())......

Report
All responses (
Answers (