%SetItemValue( HBJ in objRef, INT in row, INT in col, UNIVAL in newItemVal ) |
| objRef | Expression of HBJ type (reference to a Structured variable type object). |
| row | Row index. |
| col | Column index. |
| newItemVal | Expression of optional type. |
Assignments:
TEXT _i SV.Structure[2]^Text := "new value of text type" _i := %SetItemValue(SV.Structure\HBJ, 2, 1, "new value of text type") |
gain the same values.
Return value of the function is the previous value of given structured variable item.
See also the attribute: \HBJ