copyRangeTo $ k) D% Q6 i) ?# s3 c; A
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 5 ^+ y) W' V/ i' v( H# Z
( x3 v# d9 A" I2 W5 S5 B
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 |5 ~+ e% O" R+ d/ `; z! p, f% g
0 ^) z9 p: \) h7 b3 _1 U
$ ^ W h W# \) ] e/ g# j n
The argument listrange designates the range to be copied.
, M! t9 y# j7 H# o0 C" ]) v! G/ G$ b5 z6 S0 A
The argument of data type object designates the target table.
8 g4 p1 X* [. `' W* ]' M6 T3 }" r0 X |
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 9 z8 n" A/ j* | F( N/ f* h
& N' L( H* u9 rThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
7 e8 M7 i& W, p8 u+ W% AExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |