COPYCOL action
Related pages:
COPYCOL _srcCol, _dstCol
_srcCol | in/out | Reference to a source column used when copying. |
_dstCol | in | Reference to a destination column used when copying - Record, type ALIAS, object Structured variable. |
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 executes internally the command REDIM _dst[_src\DIM] COPYCOL _src^Int, _dst^Int
Related pages:
Pridať komentár