copyRangeTo
5 G) ?& A& S! GUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 H6 }. w- H4 T& C3 q
5 D; |! F3 O9 F, f0 WThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 9 w) T4 i6 t: R1 Z# \( q1 w
0 P* ]5 f4 o* {' A# J) z/ i: @) J% X6 `2 g2 W* M0 r
The argument listrange designates the range to be copied.
* f* Q8 t3 M7 `6 }% ]) L
, L4 s- f7 }- ?The argument of data type object designates the target table.& ^) q- i1 u* j; U) y
7 F7 i, {/ t8 O* @8 L- B
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 6 S f3 J( s/ C$ P7 t
1 Q4 R7 U. u7 e: A2 w: X- Z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
0 [9 `- W1 L1 Z7 a3 G. ~Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |