:PUT_VAR_PROCESS

Script Statement: Writes the content of a data sequence to a static VARA object.

Syntax

:PUT_VAR_PROCESS VARA object, Data Sequence Reference

Syntax

Description/Format

VARA object

The name of the static VARA 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 VARA object.
Format: script variable

 

You can use this script element in order to fill a static VARA object with the content of a data sequence. The columns of the data sequence are written to the columns of the VARA object (including the Key column).

Keep the following in mind:

Warning! You cannot specify dynamic VARA objects because they retrieve their values dynamically and do not store them statically.

Warning! Note that certain rules and limitations apply to the values of static VARA objects. For more information, see VARA Object Attributes.

See also:

seealso

Script Elements for Data Sequences