copyRangeTo % P7 W, z; E$ `1 g9 q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); @) i# w# C% c& j( g
6 y: M! E7 M: Y$ K6 L. _/ y
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 1 w; w( m4 H7 n* ^! K' v8 N
' S0 P. u5 M! x# U4 ]! v1 L
5 v0 f+ Q4 y. N7 r6 ]The argument listrange designates the range to be copied.' Z' Y: j k: c1 T
, v# q1 |# Z& L( m: C1 u; J6 IThe argument of data type object designates the target table.4 A* c9 a6 _" A9 n: p
8 y7 e( L* i6 X$ Y! F6 H# o4 q i7 SThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
5 @( \8 R- A) z9 r7 t
* B( P9 F) T& M% y0 p- a6 xThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ) s) H( a% t2 v" I
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |