closed
Public

Is it possible to create a variable in ForeUI?

This would be useful for prototyping a login sequence and a whole host of other things.

3 answers

Yes, that’s easy. You can take one of the following methods:

Method 1: Use an invisible TextEditBox element to cache variable (using set value action). The value can be retrived via the “value” property in TextEditBox.

Method 2: You can store the variable in global property (using set global property action). The value can be retrived latter.

#1

Xavier, you’re saying that the invisible TextEditBox would be used if you wanted to work with a variable on one particular page only right?

#2

Hi snortch, the invisible TextEditBox can be used as a “global variable”, as you can set and retrieve its value from other pages.

#3

This question is now closed