copyRangeTo
* G; \( `, k/ |2 p; W8 t' sUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ; P4 P+ y) A m+ q) Q2 V( d
7 k3 U+ F" w7 d" a; P8 c
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
- T% Q$ D" x3 A2 [, _4 J7 J
6 @/ {6 T+ U+ L7 x4 H, P9 _1 [/ B0 |
" M% n2 b: D' S9 q& C p* oThe argument listrange designates the range to be copied.
L b, X; X; ~, u2 _# B6 Y7 {
/ R6 m& M9 g8 p% _3 J& q! BThe argument of data type object designates the target table.! }8 o( ?1 o5 p% Y1 h v
4 {3 M, Y" K( W5 |( Q) iThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
, F0 P5 B$ {7 }7 b% h: W( L* i5 |4 a& P, I: U
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
: l1 E6 c0 F4 }! }1 A" G) DExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |