copyRangeTo 4 k# Q, C% q4 N" [
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 R! G6 i9 i( e# K) E1 c
# g: x) A* F( ~! e4 Z) {4 b( d) UThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * ?7 y0 t4 P8 m1 |+ O- _7 E' E* @
6 {4 O1 G: Y% F1 V. D2 w) y1 l7 M8 U) S/ j+ c. w, @
The argument listrange designates the range to be copied.% s q- q' }' R! m$ \
7 s3 _" y5 {/ V4 l5 L- c3 V8 fThe argument of data type object designates the target table.' D6 h; O( ~! L M! x8 `- ^. k/ F. f: Z
2 }) o, w5 F7 b5 a
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. / t& T& i- g7 x) O) f
5 N& {1 f7 O6 b% X
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 9 ~% O7 [; T" d9 _3 E [$ m$ _6 x
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |