copyRangeTo ; T6 Y h8 @, t6 K# l; Q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . {- |4 Q4 c; c8 _" m; @
* M5 A+ c* A% x! O. [+ i: @9 AThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ) X: {' R1 q: G, b B _6 q4 ^8 X
" Q) T) l! O# C7 h2 a' ^5 h. u, F% E: e- E4 V! v1 j5 z
The argument listrange designates the range to be copied.
- A' H/ ?9 D8 @2 b! b9 C6 P4 C/ ?6 X, k& t5 s" \ I9 [- r. { {) L
The argument of data type object designates the target table.: X: G8 o r- _+ c6 _& E
6 Y- S) Y' I& T! C& ~' Z
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
4 E* }' J( E3 B! h& N5 {, k; }* k& X8 N& Q1 {
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
, y& r% Q8 L- ?6 d- `6 Y( V7 mExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |