copyRangeTo g/ O& A e8 S, w- X
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); / ]" f4 P. n: i5 k! s7 G
6 o' A3 f; f( J6 ?! d
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
5 Q, D v! r6 F4 U1 ? o" U; P f2 V; U) F3 U* Z
: ^. y* b% o9 |, _- _$ M! Z% L3 f
The argument listrange designates the range to be copied.
. d9 t3 P! l& b7 Q8 }5 D
9 g, W- s+ m+ U' ^The argument of data type object designates the target table.
& }" E. V1 [' p) n6 g5 R0 E' i* {% y9 j( i- ~( Q
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 ^% m; ?" w4 \ B) P
7 d, _- c" p' h2 l
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 0 b: Z4 n$ V: k
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |