copyRangeTo
( w9 s" [$ r& Q4 |Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , @2 a3 D( W( C4 R, j3 A" W" ^# x
) ^9 w" J3 S( i. V6 nThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - ]! y2 h& u- b; p
3 k/ c, }& P, q& T9 P' \# d
: u3 L/ y2 K* [4 ZThe argument listrange designates the range to be copied.
$ z, {6 B" W" C4 r, _1 `8 v( o6 `; e5 Q0 \7 o0 o2 K- e
The argument of data type object designates the target table./ ~9 p M" W" `) r: w' d; e! e
# C/ }. q3 b# \The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ' l& @4 t6 S& ^; g; G, X# z% \5 Q* u
q6 ]( A% c$ }" r7 hThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
3 f' v/ [! [6 \' f! b- d eExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |