Hi everybody,
is there some quick way how to copy one row from one table to another ? I have a table with more than 30 collumns and need to copy some of rows to another table.
Now I have a loop where every cell of appropriate row is moved to relevant cell on the second table. It works OK, but very, very slow on my device.
So I wonder, if exists any better way to do it. Something like " Copy table1.row(n) to table2.row(y) ".
Thanks in advance
Petr
is there some quick way how to copy one row from one table to another ? I have a table with more than 30 collumns and need to copy some of rows to another table.
Now I have a loop where every cell of appropriate row is moved to relevant cell on the second table. It works OK, but very, very slow on my device.
So I wonder, if exists any better way to do it. Something like " Copy table1.row(n) to table2.row(y) ".
Thanks in advance
Petr