copyRangeTo 3 D2 X) ]! N. S
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); d' M( K- o6 D2 a2 a- Z
! b( A6 h/ Q( \$ A. k3 B$ iThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
4 M1 O6 e3 a l- g# w7 H; W3 C5 |, N, P+ S
+ z5 ]( x! f/ t$ V' ^$ ^; B TThe argument listrange designates the range to be copied.% f" M; I) G2 f2 W
0 G9 x2 r9 L3 `" d bThe argument of data type object designates the target table.& K7 d: J1 X& ` m4 G% y) R
1 |$ w6 w4 @1 w' z2 CThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
9 Z" X# ?# T! _( }# ^1 H5 N
5 v5 C* \' Y9 _4 E/ HThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
K# c I6 W! I9 P0 hExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |