copyRangeTo
0 n9 b& f+ n9 ^* S. g8 G5 ]Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
: Z& P9 z+ I5 \8 X0 Y7 v) Q5 P, l, E9 g; [( Y' s, O
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
9 e5 l3 E' t" h9 e3 H1 d
7 b3 v# |0 L. h( f5 a9 ~9 W' G- B
% g. x' `' w c" MThe argument listrange designates the range to be copied." A8 M6 V5 X+ g6 T
) t5 n+ q( S# e2 ~2 G' z4 Y
The argument of data type object designates the target table." ]3 @" E( D; V. I
/ @2 @) {3 i0 [$ ]The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
% h# J5 J+ G, F7 i
* w9 v4 |/ k- \The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ) ]# M3 A5 h8 K5 w; e& a
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |