copyRangeTo
5 U$ A( B! o- i5 i( [; |7 Z/ {1 bUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); / L9 k0 Y3 y2 h3 {
) N+ Q0 A/ G# e6 i j+ ^The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
1 N9 {) U* N6 L5 C
/ w1 c+ F4 o, Q" } t1 W* D! o% H% Z9 [& Y& a* @
The argument listrange designates the range to be copied.
9 L G- A* v/ w& _4 ^" v& M% z1 x; N s7 p
The argument of data type object designates the target table.& M0 p% e3 Z: z4 M
- W4 L( @) {; B2 d6 h, n
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 Q; p5 m) m8 G$ x0 U0 V$ V
& O" N" O5 N6 O1 }$ Y4 s( x0 k1 K
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
/ b2 ]: g) {! Y0 O) g# T4 D! Z3 m5 QExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |