RECORD (SD.RecordDef) _desc
; Retrieving the description of 1st row of structured variable SV.Structure
GETROWDESC SV.Structure, 1, _desc^Text
; Retrieving the descriptions of all rows of structured variable SV.Structure
GETROWDESC SV.Structure, 0, _desc^Text
; the action internally executes the following action: REDIM _desc[SV.Structure\DIM]
0 komentárov