copyRangeTo , ~8 W. b4 C+ ?
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
. r; Q) _, A+ Q( T, V. l# C4 Q6 l( R. b! b, {# j8 }% L, e
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
4 Q! d( b+ C! n5 r+ \" a4 J2 X: G3 S( q+ Q ]
3 H0 e# X3 Y& u; OThe argument listrange designates the range to be copied.# {9 [ }9 a! l+ u7 @7 V6 `* Y* c
+ Z" G G8 C/ P& g1 d0 U1 h QThe argument of data type object designates the target table." h% M, O, S) m% n0 A0 k
4 u7 O. _) k f( U+ H( A& LThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 9 @- `+ ?7 A/ B! L4 k9 W
6 x; i% A$ `7 S% y* L( S! x2 TThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
6 B: Q) u l7 h: K+ k" Z. [Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |