RECORD (SD.RecordDef) _struct
RECORD (SD.RecordDef) _rowsToInsert
INT _beforeIdx
REDIM _struct[10]
REDIM _rowsToInsert[2]
; inserting 1st row in the beginning
INSERT _struct, 1, _rowsToInsert[1]
; inserting 2nd row at the end
_beforeIdx := _struct\DIM+1
INSERT _struct, _beforeIdx , _rowsToInsert[2]
; inserting the whole structure rowsToInsert in the beginning
INSERT _struct, 1 , _rowsToInsert
0 komentárov