copyRangeTo
% }% l0 r4 S0 v) i1 S! AUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); " E. y$ W: y4 i3 C
$ P1 d8 R4 e- b9 f9 k( }
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ }; }5 W+ C/ f7 z
; g* b- N! b+ j3 N0 F2 U! B/ \. g0 M9 F( N( S, l U
The argument listrange designates the range to be copied.4 V: S7 A" Y$ a; S! \
5 q) Q. Y& L) ? ^8 y& L! t* t0 N3 AThe argument of data type object designates the target table.! B8 f- G1 U" C+ J& B
{6 L5 H5 x7 a! k+ n8 i# c1 ]4 E
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
( O6 P5 _+ K" N+ Q$ O9 `0 ?: r5 d3 Q0 L/ F, G! c& U
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; L6 u. s0 C+ P; t5 L5 g5 S
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |