copyRangeTo + d2 s9 \' ^+ N9 x
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
2 i. S! ~, e) O" k6 b# g0 I2 ]8 ~" k& \& E8 x8 j0 q0 N
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 5 v/ j$ v( S5 s) T7 h3 F0 q* J* Q7 G; v
2 F; v" A; d+ F: o1 |+ b# T
9 V6 h9 K( ]3 m7 u: d5 S8 n7 z
The argument listrange designates the range to be copied.& q! e: X7 j2 u! m
2 @9 u* M' W) j& S5 i
The argument of data type object designates the target table.
# v1 ?- Q7 l- Z d6 \6 \& f
$ w% [8 n, W5 p- S0 LThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 8 Y7 y: s7 t+ B! ?. q
8 h* I+ [, o0 h$ V qThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
" i+ `1 V9 m) e- `$ zExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |