Generic function
Returns the text for the specified gadget.
gadget-text gadget => gadget-text
<text-gadget>.
<string>.
duim-gadgets
duim-gadgets
Returns the text for the specified gadget.
First, create and display a text field by typing the following into an interactor:
*g* := contain(make(<text-field>,
value-type: <integer>));Next, type something into the text field. You can return the text string that you just typed with the following form:
gadget-text(*g*);