copyRangeTo $ ~6 D! N0 Q6 x7 g8 x" F P
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
3 ?' x9 j: m& X. Q. f# m0 h; _8 {3 Z0 J* N
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
, [0 O' _! R1 x6 v8 T; b. A* ` z3 c/ c' f2 g9 F/ ^ p( t
3 k7 ?5 _, J% v) H0 n% W( v9 B% NThe argument listrange designates the range to be copied.5 K* E9 V; o; g( |( ? O2 z) K7 g
. ^" e) k. ~; I3 }4 NThe argument of data type object designates the target table.1 ^2 G1 _; I, {7 T; j, ?
9 C$ Q. Z( G' G( UThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. X1 }1 ~* G7 ~2 z5 K& F
3 o' U1 ?# K% |: _6 W
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
9 i% b" K3 ?4 r! G/ b" W: a4 ~( f jExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |