copyRangeTo
& K; Z! _5 [0 u1 `) S1 D# f. `Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
6 f# \& C9 {* g; a; j: K2 S) F4 D7 e6 U6 a& d7 A' p) l. A3 J
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 1 V6 K. h) x6 C8 M1 l
4 o+ E4 X% K; H! ]
6 A5 Z8 P! m& I) y* MThe argument listrange designates the range to be copied.5 z% D7 X# b# D( d+ B/ c2 g8 s
( r) K- {' N) ?, c# u
The argument of data type object designates the target table.
/ A1 u A4 `& s! @9 T3 {# c5 D/ \1 T% e" q3 E) D
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
) \, j% {4 v, B" [7 r. s7 Q( o. p) A& Q; P
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 X# R3 k/ w6 @* G2 eExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |