copyRangeTo
! ]2 s Q7 C- W( gUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
6 {0 V: f/ t, {+ H4 T' w1 K# P; I. w% \. _' c L& c2 K1 l8 d
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 1 F" \! k- R8 K+ t; ~9 ^ b
; q8 Q: @6 ^; k9 ?" l7 o
5 ]( q. m- f) j. s) a" s
The argument listrange designates the range to be copied.) x! h) i( v; p6 G. A
. g7 s/ g% |: U/ F6 @" Y. o
The argument of data type object designates the target table.
) ?5 m* g- t9 T4 D
! B( x" I/ E( d. |5 H% ^The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
- N4 u$ n) s( j) f. c. n: g8 D. C- O$ v, R& i1 u g/ v
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. & S$ z- W b9 m; C7 A
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |