copyRangeTo 7 t" `5 c2 s- i* \ J
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); o2 d& R2 i Q. I& e G
6 ]3 V3 M# j3 n/ O, kThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. $ X7 p. }6 b% M, m6 x
) v/ E) ]2 ]& {9 `6 m3 I
+ m) b& R. z+ w* L5 XThe argument listrange designates the range to be copied., v( |$ a7 q+ ~6 Z, j& S2 T
& l; i5 h2 C* [$ S4 ]
The argument of data type object designates the target table.
9 D% Y. P) Q6 P8 e) x2 a% o5 F
3 K! f7 p$ A1 {* XThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. : i) w$ B+ |1 Q3 y; t
1 k6 d* ]. T2 V3 L3 s0 x5 C: m j1 ]
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
5 {& N+ z; g, Y$ t: ]Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |