copyRangeTo
6 W" a F0 P! Q+ v. x7 ]6 }+ UUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); - h1 P0 |! M Z5 {$ O$ _
+ R8 G) G& n. j* |/ Z) Z/ ^The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
[# l1 H# k; b* c, {/ }
- J# ^! \9 ^: h* {3 A7 w, @2 V# Q1 k. z0 V/ b+ B/ {
The argument listrange designates the range to be copied.+ _9 \. g* f' M: M( ^, T& G2 b
, p/ h8 [" G( X1 R5 r3 \2 bThe argument of data type object designates the target table.
8 k( } E* m4 h4 i/ p+ Z t. |6 C4 u
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 5 N+ C& R3 S- @* j# y5 O& ~% M
2 g2 ?+ N ~$ W5 LThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
: a8 y* r y0 XExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |