copyRangeTo 2 L& |6 p7 ?+ C/ v% R( W; w$ I: n
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 7 ?' ?9 {' y R9 U3 E! D, ]
( ]& P5 m$ |. x! g9 y
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ) U+ a# ^ ]) }5 G( R
% P- i5 Y* i. @/ P8 _4 e& U* s, h4 ]. S. g. d
The argument listrange designates the range to be copied.
2 U7 K8 g4 Z/ T8 x
V- n1 H$ o+ A1 y7 t, dThe argument of data type object designates the target table.
: @1 m, I/ y% S- f0 S
: a5 f, k& |/ E G7 b5 y' ZThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ) }! l3 G8 N& D7 c3 M' @5 g
: D, T/ q; L; r. \8 D0 N* r8 rThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
[; ]0 H1 L9 s4 M& U/ ZExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |