TRANSROWTOCOL action
Related pages:
TRANSROWTOCOL _src[_row]^_iColSrc, _dst^_iColDst
_src | in | RECORD type - sources structure. |
_row | in | INT type - source row index. |
_iColSrc | in | INT type - index of the first item in source row. |
_dst | in | RECORD type - destination structure. |
_iColDst | in | INT type - index of source structure column. |
INT _iRow INT _iCol _iCol := _iColSrc FOR _iRow = 1 TO _dst\DIM DO_LOOP _dst[_iRow]^_iColDst := _src[_row]^_iCol TIME _src[_row]^_iCol\TIM _iCol := _iCol + 1 END_LOOP
After execution of the action:
Related pages:
Pridať komentár