copyRangeTo 3 Z& M7 x7 }$ x0 E( R/ g
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 4 j" P( P- M" }. n0 K8 K8 f- K9 g; `
5 S7 @; D% y# h) W. \' Y
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. & C9 o1 d' q c0 h1 u
% |1 {" o8 Y' ?+ c' J S$ x( _( Z
/ D8 S- q" z3 w. xThe argument listrange designates the range to be copied.
) Q) R; ]9 {4 [- K& g
; }) \1 e; j' d2 b3 w6 H# B: A* F/ }The argument of data type object designates the target table.
* t# w& V8 q5 X$ ~2 W6 F
5 |% Q, L9 s0 ^4 JThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
. k, d5 c" n2 t2 U7 T9 |8 Q' h. o, v. Z. `. V/ r- K. c
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 4 b- K, c& |( [. g7 }; x
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |