<assign>
<assign>
The <assign>
element assigns a value to a predefined variable.
Attributes
Notes
The variable specified by the “name” attribute in the <assign>
tag should be declared in a <var>
tag first.
Example
The output of the above script would be:
Computer: The test variable is set to twelve hundred thirty-four.
Child Tags
None
Parent Tags
<block>, <catch>, <error>, <filled>, <foreach>, <help>, <if>, <noinput>, <nomatch>
Last updated