copyRangeTo
0 _5 M$ f) R# W- Z3 c* ^$ ~- jUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
3 Q) u* ~# O' h6 r4 s* w8 c4 Q2 N) x* _9 g% L' L0 E2 I( w
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
. A. [+ ~+ g" u2 ?5 [$ @
. a4 t" r+ Z5 L" Z( A& x4 t% C
' i* Q* F! z/ Y; X+ O; }The argument listrange designates the range to be copied.
7 ?5 G, Q o9 ~* ]
/ N4 l# V; h* s' Y" a: t& oThe argument of data type object designates the target table.
. u8 i8 }' y3 \* g5 Y- E$ L1 r% ]6 N ^6 U* T+ V
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
* Y; t8 s5 v, E( J+ w d' k6 g- d
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
5 N( S/ v6 X! K: h' KExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |