Automation Engine Script Guide > Ordered by Function > Read or Modify Objects > :PUT_VAR_PROCESS

:PUT_VAR_PROCESS

Script Statement: It writes the content of a data sequence to a static Variable object.

Syntax

: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.
Format: AE name or script variable

Data Sequence Reference

The reference of the data sequence whose content should be written to the variable.
Format: script variable

 

Comments

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.

RESOLVE_VAR

Resolves any kind of variable (prompt values, system variables, script variables, variable objects) in text.