copyRangeTo . O/ C: a9 |4 v# ~0 Y
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 Y' {9 H$ E1 c, e& p0 s% p
9 _ B! H% p) q0 x. P' e( S
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
: m, s# x& h4 f$ C" ?" m" Y+ [6 K/ t9 p! s) _0 i
! U* E- b1 V6 o! C- ]The argument listrange designates the range to be copied.2 O8 e5 [, g9 h" O
" R5 ^1 e# ^. ^; {" x7 Y
The argument of data type object designates the target table.
, t1 E: E. L1 S3 v" `
]: t1 T* ~& R8 b0 a$ eThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. * e! L: X- e+ M: N+ R
4 B- N7 V( j) P, q( Y7 qThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
3 @ g. N0 H- v5 e7 [( pExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |