Forum Discussion
KenVenick1
10 years agoCommunity Member
Reset Numeric Entry Box so no value shows
I have a question with Correct/Incorrect/Try again options. Someone on the Forum was kind enough to help out with IF, THEN, ELSE logic for try again. When you get Try Again and return to layer with ...
BillOsborn-26d1
3 years agoCommunity Member
In case it helps anyone... the way I got around this was to make the variable a standard text variable and then use JavaScript to ensure it was a number entered and to manipulate the number as needed. While not ideal or as clean as I would like, it works.