copyRangeTo 2 H4 t7 Z# A$ G8 k+ o
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); & f8 g2 Y! q( j9 b- U# Y
9 [( \+ S& F& h+ H" C' g3 q8 }
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. % w/ | W* y- u: b D7 I$ `8 {
( c& T& M! x6 T4 G. g
* `" U* Y4 O' p) o5 dThe argument listrange designates the range to be copied.2 F; O+ ?& i7 s1 K
0 n O2 B! Q1 K- VThe argument of data type object designates the target table.( h+ O# \' Q! ?: B4 S; K
6 o z$ r+ r+ Q4 jThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 |. G# x5 `. n
, U8 Q0 E3 g0 Z9 AThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
* I9 _1 ~; S& x. }Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |