RECORD (SD.RecordDef) _struct
.......
; Sorting according to the column Text in ascending order
SORT _struct^Text, @TRUE
; Sorting according to the column Text in ascending order
; and simultaneously according to the column Int in descending order
SORT _struct^Text, @TRUE, _struct^Int, @FALSE
0 komentárov