Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%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


Blok kódu
languageesl
themeConfluence
%StructFill(
       in refToColumn, 
       in value, 
   INT in rowFrom, 
   INT in rowTo
 )
Parameters


refToColumnReference to column.
valueValue to fill into items in given column.
rowFrom, rowToInteger 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).