copyRangeTo + ] y$ ~4 j3 W& v- K, Q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % x3 U! Q- c n$ _" I
- ]4 l2 E0 x: C. e1 X6 T; p
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
3 J3 S, _6 m2 D) ^0 `) L
0 K, Q- A1 u* R# b3 }- f# c( ? ]1 _% l7 {' H7 K2 G7 r8 V
The argument listrange designates the range to be copied.8 ?' y% {# m7 o2 ^" Z
, k( P; w* m2 b3 k- L) IThe argument of data type object designates the target table.. b8 ?' G2 d3 ]+ G7 v
1 m) Q* W. ]+ [: Z+ DThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
. w4 k1 Q. ]+ L4 ?1 Q& H3 S! @9 w1 t r/ c1 h$ u
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 8 \( A1 L t8 X2 f
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |