copyRangeTo t7 F: s4 F0 r* `$ n$ f
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) Z4 F; L% R8 ~- X1 q
5 h8 l& d9 k: \6 S' xThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 i! r8 K9 U+ W7 s; J& C
) U2 z& c. O5 ^" o
: f0 a% X/ x( t7 J+ e2 b; I
The argument listrange designates the range to be copied.2 r0 P) x) y2 M& J' o; {" J0 V
9 Y# c/ U7 H. D9 fThe argument of data type object designates the target table.
7 q0 F6 a$ D3 i1 |! T+ v- N0 W) ^2 E" |' u' k! G" Z
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
# {" B$ v0 k+ ]6 b- i. c0 q% X. y* F* m; O" L, K0 R, X
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. & V- d* J0 c" L$ N. Z
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |