copyRangeTo 3 u1 h3 Z& @' Q! j0 I
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , V+ C! x( Z3 G+ y( p1 ]
: l% _+ M) X1 E1 U- BThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. # _2 d- x" P, _. D Y$ s0 U( ~2 h7 K
: L/ s: T- p$ D
& X( E, D) f, s5 o8 mThe argument listrange designates the range to be copied., e4 j7 Z& y. N, w3 Y
3 _- N; J' A7 O" EThe argument of data type object designates the target table.; }' b0 |$ d: t( e7 P/ O( {
8 l4 T( s* ]- \% G2 }% h' y: f
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ) p1 l% K' _. |+ |% J4 B6 ?
) \: J# x$ X+ P6 L7 o) N! ~
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
: ^# a4 `( I% D/ cExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |