copyRangeTo - _/ r6 }0 r) `" [
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 6 A7 s: D& \0 ]
: r; C3 m a4 a% i X9 jThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * J. U- P2 t) {" r& I7 }
) n. A$ ]; \3 F* P% C- ?
) O, G5 O, @* Y* D; x) _$ [The argument listrange designates the range to be copied.
2 ~" C& [( C( X& s( n* i
) J2 V9 C! o& h ?- yThe argument of data type object designates the target table.
. {, c0 d% e8 ?0 G* l0 Z% }% Y- I
; C, f6 K5 J0 u) U! UThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. / c7 y% ]' j* D& B
4 d1 D7 Z8 ~- p5 \9 ^0 Q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
: I4 T/ m% e8 \3 R! _Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |