copyRangeTo / d' a- U* I- J" j0 n8 ^
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * y+ ~5 i8 E& y+ y, x
7 p% u) T2 H: }& l% L9 L
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 4 \0 k7 ^/ y- q s' ]$ w
. E( W/ R2 C: G y7 G: y0 i, ~
8 R4 y8 s4 o) F) G9 iThe argument listrange designates the range to be copied.) K2 r/ u5 q5 D+ ?
6 \+ U& W. }5 L- c
The argument of data type object designates the target table.2 L2 U+ B* z x" `, b
2 G9 O' h# u2 k: V+ a; A: PThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 T2 S( w4 m- C. h0 `
$ j- i- F7 `( c6 m7 R4 R4 x! Y1 lThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
2 E( Y( A6 B4 y- M. jExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |