...
Similarly, if a local variable is of RECORD type , or type ALIAS, then access to the item (optionally an index) must necessarily follow the name. For example:
...
Kotva | ||||
---|---|---|---|---|
|
...
Row is A structure column is identified by its name. Therefore, structure row column identifier can be defined in two ways:
- SV.StructureName[...]^ColumnName - in case of the object of Structured variable type
- _locRecord[...]^ColumnName - in case of a local variable of RECORD type
...
Kotva | ||||
---|---|---|---|---|
|
...
Row A structure item is identified by its name. Therefore, structure row item identifier can be defined in two ways:
...