copyRangeTo 2 ~5 [: X8 G6 X/ M( }
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 0 i, {$ {- }# J+ m
1 r2 H7 j7 U8 G7 z4 Z9 m5 {The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
; V7 g4 T! d( Y$ c) z8 S) O" _( w! Y9 t; ?) m. c0 O
% z8 ]4 O$ f3 |+ H' g- vThe argument listrange designates the range to be copied.
. c+ f0 s5 K5 ?+ B B
6 Z, S1 K! a, f1 V, y8 KThe argument of data type object designates the target table.
% z! s, j5 j: h# f' p1 M# s5 m' k- q* J; A: g4 b2 B2 f9 F- x
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
) h9 m* G6 t( h5 n" ^: j8 S, O* A$ I/ ^/ x% a6 v9 y
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. . H3 Y/ K% i4 }+ ^
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |