copyRangeTo
& h+ o$ `; h& ^9 h4 v: IUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 D3 I) t9 D. F$ V' c) J. S, c4 E
$ K# A( E/ `& |* v, o
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 1 s7 c2 p; E7 ] b/ Q( ?% |7 J. I& ^
q4 R0 P/ c" J7 M
. s {1 V4 ?! G/ G. D0 q9 t7 N* a
The argument listrange designates the range to be copied.
: \) H% a' U2 D5 `
0 \& w; t: o4 ?8 x" T' a% B3 nThe argument of data type object designates the target table.
5 k2 n9 Y) d4 Q h/ y! Y
0 K! \- C; Q4 O# g) [The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
3 c: i" }8 c$ c8 ^' {5 v7 _8 w; B# \
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 9 e6 W- ~/ S2 K5 u
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |