copyRangeTo
! Q, Z$ C. `" _1 WUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); $ X: {& z: k! `. G
/ @% z1 C9 m/ e9 y9 c
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. % ~- m U7 W8 ?9 z3 p
; u1 s# D% ^ V% h' l
1 w: [8 \ B( s1 |$ n! ZThe argument listrange designates the range to be copied.$ c2 d/ F. B& I
& X% V# c7 D2 e0 E- q3 P0 @3 Q
The argument of data type object designates the target table.1 W9 ?7 b h2 A2 a# G6 g3 ^
5 O0 X+ F8 ^) n& G+ n' z, d, qThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 2 z, K7 O) x# F& }" e/ u9 n
( Q% e: X2 Y4 Q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. $ J9 M) A1 y! }! o( M
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |