copyRangeTo
4 S; h& `+ K* ?, F' A5 B% |Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ! H, W$ |# S+ ?5 F
+ }" N$ s" ?- V0 M& m5 e* oThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ o0 q c. k2 k! {* I# q5 E1 a& Y/ ~, o8 U6 Z
% d' x9 X# \0 s! M2 g8 QThe argument listrange designates the range to be copied.; s8 }1 M0 O" W s2 G
; Z+ o7 z3 V0 u; u2 a6 g
The argument of data type object designates the target table.
) Y( o2 d3 e5 |
' d$ D( N: _4 `The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
8 L; A9 H1 z: N8 N' o! L, W: m {- ?% Q/ m2 ^# T
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 6 C3 \1 K1 Z& J& _
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |