copyRangeTo 4 S) _9 {0 ]. n$ A/ o
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
" [& V8 Y* E$ h- A: | a6 R8 N( m+ l) z
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. # m9 F1 }- v2 E, {
' B9 j6 M. |0 v' Y: p
' M" M! Q0 J3 \! ?% HThe argument listrange designates the range to be copied.% d/ y$ R) M& s- K; i% H6 H
! Y& x- q- b& ~( w' s
The argument of data type object designates the target table.
1 }: m9 S, C9 b) Z& ?" `( i
4 F. W/ x- ~* c3 @+ \ q0 S; U7 b8 oThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 2 {8 @$ q8 u2 x* z- ~3 y
/ t* k# a/ J( u
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. / G/ k, H5 G5 _3 L
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |