copyRangeTo
7 E0 ]2 |3 m: S( ~Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); & O3 q! b8 w* D1 Q6 I) _$ s
$ I9 d# v8 |+ I9 s0 D+ i; uThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ; K- t k( B9 L6 a
: X0 n) C3 x4 P8 q( g. [6 i
; f; }" o. c+ t& a; yThe argument listrange designates the range to be copied.8 Y% `3 K% P* n
2 A6 I+ i$ _" e: [$ H+ V
The argument of data type object designates the target table.
* O) A8 l7 m3 h* O8 \6 [8 e4 B3 Z; G# E. h% h
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
, [$ r% e( N/ V0 U
5 F; b" c1 \* S5 b: l- w; s3 n( ^The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 8 a+ P$ b% L4 S# S
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |