copyRangeTo / e# P. |8 B/ Q5 w. O) ~7 l: I
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 6 S) Y& ^6 d9 ^$ \
& G+ I: D# @3 p0 r% \' KThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 9 m: R5 e+ F; x' D& `1 f, x* n! R
/ f4 P6 ?9 J$ K w9 W+ k+ E% h/ _
2 l5 c1 P. O5 d
The argument listrange designates the range to be copied.
# Y( K0 ?& b+ j4 x E
0 i6 Z5 [7 R5 u5 A6 `The argument of data type object designates the target table.2 m7 L6 y5 h$ T) T r- h6 {, K0 b
$ S4 r4 q+ s" B$ q4 RThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
/ X w" H2 a0 O7 b8 V, R `# C2 w% e! r) s( l) j1 x/ s
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ! y( }+ W. i. o- M2 M$ O5 y
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |