copyRangeTo
9 O: M2 W* X7 n$ gUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ; E" _3 O$ P# s5 _! T3 Z' b7 z8 i
/ Y2 B, {7 `3 v$ v/ `$ s1 zThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 9 D" d8 X9 X' e+ ?+ C7 V6 R
. _! r8 {/ b) Z7 ?8 m8 |6 s* K/ O% J% r( l- Y
The argument listrange designates the range to be copied.
1 G1 Q& a8 A" W4 C1 G0 J/ T9 e7 l& \2 \9 J
The argument of data type object designates the target table.4 P/ k* p! [7 H+ c3 D# T. ^/ ]
( n4 k" H( h3 J; @, E( ?
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 3 T- f& g1 d/ q3 x
9 U( z! X* X3 \% x% pThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
- o: p. h/ H' l' d5 z) oExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |