copyRangeTo 3 [: |- F( b5 h
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 B; W& n5 a! d4 u/ O7 `6 d
* ]8 l- K8 G1 f) ]The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. / @, W2 ?1 l5 r* d& e% l% {
& o& b/ N1 u2 K0 F) C6 \5 ?& g( T% ~$ @1 t' ~1 }
The argument listrange designates the range to be copied.
) Q% H. W9 n) `* {" S/ I( [2 H2 H" i+ Y& q( |4 }3 F
The argument of data type object designates the target table.
) K- h M/ S" F2 N+ m: f0 N' M& l4 ? I' b+ N3 r, k
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. + [* `2 ]+ V0 C9 K: T
" ]- ?& O+ U1 F" {- h
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
" G* \8 c$ u6 FExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |