copyRangeTo / u; \4 l8 V8 Z, r1 k9 V4 c) Z
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
) M; C R* \5 C' p% O
$ _% g( @% i6 ~+ ~ K+ h3 ^4 Y9 @# oThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 [! n8 q) \& E' }7 b4 W: L# U! R! @# y" q
9 b0 ~# o( C% Q; r; w3 WThe argument listrange designates the range to be copied.
# F' D, y( |) E1 `2 ~4 N0 v3 M' b0 m" j- }2 j
The argument of data type object designates the target table.
7 m4 ]+ n) d& J9 ]. Z4 S5 _) @0 ~4 ?
, p m5 C+ q$ z7 k: W2 yThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. # W9 h2 f/ y4 @ G+ Z
1 D5 N2 ~. r8 C2 O
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ j; G) i( ~, Z* t) m$ B+ kExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |