Script Statement: It writes the content of a data sequence to a static Variable object.
:PUT_VAR_PROCESS Variable, Data Sequence Reference
Syntax |
Description/Format |
---|---|
Variable |
The name of the static Variable object in which the values should be stored. |
Data Sequence Reference |
The reference of the data sequence whose content should be written to the variable.
|
You can use this script element in order to fill a static variable with the content of a data sequence. The columns of the data sequence are written to the columns of the Variable object (including the Key column).
Keep the following in mind:
You cannot specify dynamic Variable objects because they retrieve their values dynamically and do not store them statically.
Note that certain rules and limitations apply to the values of static Variable objects.
See also:
Script Element | Description |
---|---|
:PUT_VAR | Stores value in a static Variable object. |
:DELETE_VAR | Deletes one or all values of a static Variable object. |
GET_VAR | This returns the value of a Variable object. |
Resolves any kind of variable (prompt values, system variables, script variables, variable objects) in text. |
Script Elements - Ordered by Function