copyRangeTo 9 c" d/ p% ~! B& r5 n; K
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % j8 c. z4 c! H) I: g( R
& `* S4 B; v) {5 F, A0 r' MThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ' d% _ T& T0 o; R0 w9 Z
7 V8 ]( U& ?5 }4 S) o0 d, e
3 {9 j3 i2 x# D
The argument listrange designates the range to be copied.
: }5 a8 _. O0 k, ?& s
a# B( s, X$ [" J, e$ }" }9 }! CThe argument of data type object designates the target table.
$ x; ?' v% V. V/ ]/ z. n& d* |9 n' i4 W8 V9 i. }% e
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
7 X, B8 m. C/ H1 ]& w' w
/ P5 s" M s; K" O+ o5 TThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
2 C* e) ~ s$ ^9 \1 W5 j) Z/ ^% ]Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |