copyRangeTo & h& Z( n0 K7 l# |2 @: b& M
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); - y3 u0 q S2 L8 ?7 A% p
7 v" V+ t* G4 k! nThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
1 I& }. V4 t4 C& D! ]/ _/ y$ J5 ~% k5 d: E( e2 g; ^9 r1 N0 v j+ a& d
+ {% |/ [3 J O0 u3 Y" n1 ?
The argument listrange designates the range to be copied.
' y8 F1 P( a( v) z: F A* |5 y a- N" a H
The argument of data type object designates the target table.
: B4 _7 U! [- }& L3 _5 I8 m& _& N) |3 M: }3 x: f
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
6 A, V ?) m) J! Y) M- N Z2 q0 q5 m7 t% n4 u. u3 N# X( q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
* J- O! ?3 \$ JExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |