copyRangeTo
9 b8 J- _+ x& U/ x WUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , s+ H0 b5 `6 E% v4 X( H
$ m2 I1 `0 ?1 f6 BThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
: i, r* [5 g0 e! Q, M! r: P# y$ i% h& u# h8 L+ m% d4 M6 N" E5 ^2 @- Y; l
, N+ c+ i; h# a9 Q) z; QThe argument listrange designates the range to be copied.
! s6 Y0 r: J+ m4 i( L1 @( w" `/ [
/ x9 g4 m$ e% q: G, DThe argument of data type object designates the target table." W2 z0 d6 R5 R: H8 Q
6 Y& ?' j e T" |. R5 I
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
! @# \1 b& ]6 m+ o) w) T
6 Y: C2 O8 u( h; w' p( sThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
2 s" ?" Q3 ~7 @* W( hExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |