copyRangeTo 8 u. g/ c4 f7 X' O% @/ c0 Q- F
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . K. }) P# t! c6 ^+ n" l) J/ _. T
: |2 g, _ Y) }" ~( i% H& a
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
& F3 H3 O n' t, b* ~
1 ]8 c3 R8 N% u7 o% {- Y/ v0 O1 S% Q8 w
The argument listrange designates the range to be copied. D% Q" h9 m* o& t% P; h
# O8 `; V. P0 X$ c. i5 _ h5 z# oThe argument of data type object designates the target table.4 F! m5 O) k% X8 ]; y# u$ z' R; O
+ k; [6 N, u1 w1 r
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
" S+ P+ g8 Q8 ]' e2 x( F: Z5 Y/ t& s: h
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. / P' c( [) S m3 ~6 C* @( e0 L" j( V
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |