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 sequenceAn internal listing of Console outputs or lines of Variable objects, etc. The lines of a data sequence can be accessed by using a PROCESS loop or the script element GET_PROCESS_LINE. The script elements PREP_PROCESS* generate data sequences. to a static Variable objectAutomation Engine controlled activities and processes are structured in the form of objects. See also: Task.

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 variableIt stores or retrieves values dynamically at runtime. An individual Automation Engine object type..
Format: script variableA placeholder for a value within a script.

 

Comments

You can use this scriptA particular Automation Engine object type. 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 columnColumn in static Variable objects that can be used to access values of a particular line.).

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.

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH