copyRangeTo
" y2 v: _9 s: }0 Z6 QUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ( r1 x$ R! R1 {( [ K# K' ]: D
1 F, k! o6 F0 W5 Q3 H/ y2 v9 @The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - o; i# N4 A, b" C
7 n S. g% r4 l9 B/ `5 ^6 s9 @+ L) k& r8 b* o1 M
The argument listrange designates the range to be copied.
) C: i& S" ~' o0 |- ^' m H7 x. s. y# F1 f+ {; X
The argument of data type object designates the target table.
2 J5 ^ d2 `9 o$ g
& F" [6 {" }; a c5 d. M( hThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
3 O. f9 `1 F: w6 e5 E3 m
! x! `1 J' z$ ~, xThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 8 E5 R/ g5 U; F& E, t0 w
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |