Table of Contents

destvar attribute

Specifies the destination variable.

Content Type

string

Parent

Exe

Remarks

Used with script action of type "get" and "set".

Examples

The following script action assigns value 10 to script parameter "param1".

<Exe id="2" type="assign" destvar="param1">
   <Value offset="0">10</Value>
</Exe>