copyRangeTo
- y$ `: p* @( t3 tUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 6 T8 z7 w% n4 L# \/ x, C* v
. q+ D6 M! T! v( j7 I" o& I IThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
' |, ~) Z- H# \
" f8 C" P( d) S- _1 K( `8 Q. Q" R5 n0 a B* n3 x
The argument listrange designates the range to be copied.% A7 e$ T3 [1 @1 C
. V+ \$ b" I) w) @9 g+ J$ BThe argument of data type object designates the target table.+ I9 `9 x1 u$ }0 u3 W! D6 w+ ?
, j6 S+ L1 z3 qThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
+ n+ l9 A1 f, O( q4 l$ `* ^- Q+ e& Q& m
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
2 _1 b2 }. w g& OExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |