<insert> tag

Defines the action for inserting a global variable or a string. The attributes of the <insert> tag are:

enabled
Indicates whether this action is enabled for use. The default is true.
row
Defines the starting row on the host screen where the value is to be inserted.
col
Defines the starting column on the host screen where the value is to be inserted.
source
Specifies whether the value to be inserted is a string or the value of a global variable. Valid values are string and variable.
value
Specifies either the string to be inserted onto the host screen or the name of a global variable from which the value is taken.
fill
If the source of the value to be inserted is an indexed global variable, fill specifies whether the indices of the global variable are to be concatenated and inserted at the specified position, or inserted into a rectangular region of the host screen. Valid values are concatenate and rectangular.
index
If the source of the value to be inserted is an indexed global variable, index specifies the number of the index that is to be used as the value to be inserted onto the host screen.
shared
If the source of the value to be inserted is a global variable, shared specifies whether this global variable is shared between all the applications in the same EAR file.