copyRangeTo 7 _3 `& u2 n! ~# U
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
+ b, }% h9 S( p1 X3 a7 S2 G: d
* k9 R9 ~- O7 cThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 X; L2 Q: I) {/ O. D3 P8 E6 M
2 N0 i' {: L; ^7 I A$ V- p# |2 k8 N3 m c( z9 n
The argument listrange designates the range to be copied.$ X7 k+ H' x% d. ?3 |! W/ w
) ]8 ^$ W: w' d. Y1 {' S, @# f. z
The argument of data type object designates the target table.4 S, x/ m/ A9 [3 r1 n; ]. S
+ I, W+ D9 @3 c5 f7 L$ @$ IThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
4 f2 S1 h6 L! n9 B: y$ @
! {/ @! D" \" z& V! M3 f: |The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. % V- \. r, t1 i- ]. H& h9 q
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |