copyRangeTo 1 B- n+ O4 s G! W8 A
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); - x w: @, P0 A; t$ Z( a( @
( m8 k9 X) A' \2 ~/ U* qThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 8 V( C( b# `: J- n8 p! B/ ^: E
8 C. |; u0 c, q) w+ h# t
3 \) m# o1 u/ ]The argument listrange designates the range to be copied.
4 n+ s" j$ c" p& b6 [, }$ S5 ]/ E' V6 `9 `! Z) Z% u- Z
The argument of data type object designates the target table.$ z" M7 q" c/ K9 a% Y
/ O E( W" Y- @7 f- {The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 {1 P7 ~( Y) N1 n9 P2 g
& q" J/ q/ R; V1 _" U- X
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. " u& F) p& r: n- @3 `+ G
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |