copyRangeTo * N0 B' {! _5 M: x
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 4 g D- y% J3 P
; i6 Z4 h/ X! ]/ T. `# Z% f7 O2 I2 lThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - {- z8 {. c3 `' I: E
6 O7 @7 [" p" t8 |- ~ E
/ q0 d# D( F* o+ h6 [The argument listrange designates the range to be copied.
6 \# A$ v; X+ X# ?9 M7 _6 h3 o9 Z( x
The argument of data type object designates the target table.0 ^: j5 p2 W" P: V
0 K8 V2 ^7 U; d7 E* T( Y7 `The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 o! |' b' G+ s
, A$ q6 N9 j0 c6 t; `& _The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 4 X& k% O7 B# N9 |
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |