copyRangeTo 8 O3 s& ^( i) R2 \. ?: S7 j1 D
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ' |, U5 Q9 m. O
0 y4 E* V5 K. w9 wThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ; O4 u3 j( V3 \, U" S( f" ^
8 \) W( C" [8 B) ~! G
1 U$ q$ p9 N0 P' z+ LThe argument listrange designates the range to be copied.* ]4 y- f3 }4 \* j6 d
) H6 W4 @2 `4 N* \3 a- e- e
The argument of data type object designates the target table.
1 C; F" g/ ~& F t+ ~
, X! I: R+ j' s! jThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. : r, Y: Y2 S8 W5 s6 ]! {( X
/ ?. S2 X3 X. K5 K! B3 {- |
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. V' v7 p; h- l( ~! r: ]
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |