copyRangeTo $ h+ |7 P: F2 x* `$ |- i
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); / }; R- K2 b4 u* {4 ~. }# a
4 z6 |6 c7 X5 d: s5 sThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * C* B2 Y. k2 p- `/ N, G2 k
: M/ d' l3 N0 i W
6 `# F G1 t* }' ~The argument listrange designates the range to be copied.
0 U& j# Z: \# C7 k+ _. D* \
& h( Q+ \( S- R9 l! ~The argument of data type object designates the target table.5 Q: I6 S, m: L- j% m( h) {
5 t* N# q9 @; K( D& _ B
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ~! \0 \- J, k4 @! P' e' [2 {
7 g) o; A+ c8 J/ O6 h% E* uThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. " l& L1 c: @+ ]6 G
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |