StructFill
%StructFill function
Function
The function sets a value defined by the parameter value into items of a structure column defined by the parameter refToColumn within rows determined by the parameters rowFrom a rowTo.
Declaration
%StructFill(
in refToColumn,
in value,
INT in rowFrom,
INT in rowTo
)
Parameters
refToColumn | |
value | Value to fill into items in given column. |
rowFrom, rowTo | Integer expressions. |
Description
If rowFrom=rowTo=0 => the function sets the value defined by the parameter value in entire column. The column is defined by the reference to an item from this column (e.g. _rec^item).
Related pages: