<return>
<return>
The <return>
element ends execution of a subdialog and returns control and data to a calling dialog.
Attributes
namelist
Variable names to be returned to calling dialog. The default is to return no variables, in which case the caller will receive an empty ECMAScript object.
event
Return, then throw this event.
eventexpr
This attribute is not supported.
message
This attribute is not supported.
messageexpr
This attribute is not supported.
Notes
None
Example
The output of the above script would be:
Computer: Jane Doe, your birthdate is: February 10th, 1970. Computer: Please say your driver's license number. Human: One two three four five six seven eight nine. Computer: You entered one hundred twenty-three million, four hundred fifty-six thousand, seven hundred eighty-nine. (continues on to processing form…)
Child Tags
None
Parent Tags
<block>, <catch>, <error>, <filled>, <foreach>, <help>, <if>, <noinput>, <nomatch>
Last updated