copyRangeTo
d& v* r# q( h+ VUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) w8 p1 ^& z! G% H. {9 ]! {4 v" N
3 k/ O1 n/ ?/ q$ rThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. / y$ `% p* a7 J0 L8 m
* P) o* o7 m0 q& l; g
+ [% n" j& Z8 P6 ZThe argument listrange designates the range to be copied.! C/ w X( @8 Z F' m
, T" {6 L8 G/ D# k
The argument of data type object designates the target table.2 [3 x1 ?0 ?, w$ C* x: L
: m4 k5 e, ?% y6 Z' _! ~+ h# yThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. K6 g- }% p2 f
1 _; {/ C6 x$ R! p
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
0 q! v* w4 R. y, \3 E+ w- `Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |