copyRangeTo ( n! Q7 V4 t# h. _! b" S0 k. c( B
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , `7 R& T3 l+ y9 _
) E* u5 q" }. O/ O+ S- x) {% \' k9 q: }The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 6 e' _3 V8 L5 y; {, P7 O4 a
; q) j4 @- U7 a& s! g% f! q8 U% b
' o2 L0 `; ^5 E% I9 V
The argument listrange designates the range to be copied.7 l( ~% z$ ?# h# s/ o
2 J i+ d; R% W+ n b/ K+ X
The argument of data type object designates the target table." ?" f1 A6 j( }+ W) _: m. L! A9 @
5 S {% T1 x* m2 D- @The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
' y( R% u6 _. ?2 M9 ?. s+ Q4 C1 m7 C+ X- B4 q; h n7 c" C
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
8 m& ^6 ]# B) n; IExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |