This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

result

<result> VariableName </result>

Occurs: Once per input panel (choicePanel, filePanel, stringPanel)

Multiple instances: Yes

Has attributes: No

Self-closing: No

This tag names the target variable to hold the panel's input. If it doesn't already exist, the variable is created and allocated the panel's input value.

To check the input optionally consider adding a validate tag to the panel.

Example:

<result>TagLine</result> 


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Syntax Library: Tutorials, Wizards and Timelines : Tinderbox Wizards : A 'wizard.twiz' file : Wizard XML Syntax : result