COPYCOLIDX action
Related pages:
COPYCOLIDX _src, _srcColIdx, _dst, _dstColIdx
_src | in | Local structure identifier determining a source structure used when copying. |
_srcColIdx | in | Identifier of Int type. |
_dst | out | Local structure identifier determining a target structure when copying - Record, type ALIAS, object Structured variable. |
_dstColIdx | in | Identifier of Int type. |
RECORD (SD.RecordDef) _src RECORD (SD.DbStruct) _dst REDIM _src[10] ... ; Copying values from the column src^Int into the column dst^Int ; The action internally executes the action REDIM _dst[_src\DIM] COPYCOLIDX _src, 2, _dst, 2
Related pages:
Pridať komentár