copyRangeTo
3 N" ^' F' B* q0 M& S/ [Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
2 }$ P7 b" ]8 ^; {6 P
5 ^* g' i- F$ t+ b. @2 t5 _The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
" h! m( J% S7 B
' e+ E' t" u4 C5 M" A' I4 L0 Q$ Y: ~% s( v
The argument listrange designates the range to be copied.
/ i: E5 d0 m. M* L$ B& E
% R( S' Q; F0 y3 X s2 rThe argument of data type object designates the target table.* Y; E3 _0 w% c4 D" E2 c
. J# b1 e/ M7 ZThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 2 z( w$ z+ N3 h- x
" T/ @9 b: }7 V8 ?4 S3 e1 D# E8 [The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
# m }1 V6 e1 _/ C7 }Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |