copyRangeTo
7 x2 Z/ f! F% b, HUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); $ ~0 c; ` D& q) J8 c
j+ q6 m( d9 D: {8 tThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 1 X ^( r$ i% K; o! p/ E! L
! x5 f* Q. u5 Y5 e. \
: a$ F2 W6 |" o5 }; O7 g& ZThe argument listrange designates the range to be copied.; c0 y7 }4 E% V! l. a" T u( v
7 @0 ?; i) [) s3 z3 S( {
The argument of data type object designates the target table.
+ {* m5 L( T$ q
; U1 P7 a9 K9 C% K! c: m& S. |The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
+ L" a; U1 I6 F* U3 k
8 _% P4 \5 }! K# ?9 {( aThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ( R8 |3 {, f# J# F5 ^
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |