copyRangeTo
$ b* `* H3 F- Z' qUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 W4 I1 ^! c p8 V3 a+ T
1 |& d( [ z6 F6 m( V
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
8 U* i& B" Q- e! a5 U& M
- l% H1 M1 f* N9 n( J" j6 ?/ w% W/ `( h( B. @
The argument listrange designates the range to be copied.
. E( X" E, T5 q
% g2 [ l3 |9 x$ v0 O/ ~. m2 ]The argument of data type object designates the target table.
. ~2 ~ _5 ?6 e# w) s, Z/ p/ ^7 H
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 9 b3 x- Q% r# ]: \0 W# _4 f
& w; o" H+ @5 ^% D6 H
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 5 W2 L4 G! k; a; Y& k8 X
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |