copyRangeTo $ ? t: {/ t3 `! @& ?. O V
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
5 P- C0 d# D, R- c9 c
4 |/ _, r/ Z3 x: c- Y, KThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. . r) s: c" K8 {. `( u5 D: E
( z8 P1 ]: ?& t5 o3 k4 r# V8 A& S1 H! g6 ^) L
The argument listrange designates the range to be copied.
6 b& E# u* X- Y& C5 U" m9 h9 Y" p, e% L1 z: j8 v
The argument of data type object designates the target table.
9 h% M9 n6 c; D# @3 C& z
: h9 S( N! u3 Y# E7 ?/ W6 W, ]' EThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
: s" \+ J. m3 Y+ ]" g# r: D& Z$ T {! x8 {
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; D/ h- {+ N7 s5 G' T2 A+ r
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |