copyRangeTo
! Z2 F# v$ N% ]0 k `Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); $ X& O- M+ x0 u+ x4 I x
% T7 T( z7 g, k5 ~. j9 YThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
. ]; T+ u7 I1 d/ A, p$ T4 G& h9 ^2 f0 @& B
& Q; h2 [, w( e3 h2 Z; e) g
The argument listrange designates the range to be copied.& }+ J; d9 g% `4 z7 s, b" r
8 ~6 G) ^: O& A( d" |3 \& VThe argument of data type object designates the target table.6 K& u2 u. |1 |; ^4 B; [* Z
& b0 V8 B5 H% l3 w+ ]5 |0 X) O
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
7 C0 J4 h; d5 r3 c+ R& a) y$ q. U# ]: D: \: Z1 Q: w+ z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
* ~2 q- w% ], u# ^7 ZExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |