copyRangeTo
9 C5 {% X8 {6 o+ t, @Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
/ y) s( f/ A# k4 J0 d( Q8 ?* ^/ Y& E
# g! \, ?( |4 K1 SThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. V" o% i0 _" V
. R0 n( c! n j1 m5 T
% i3 T' ^" _# k2 K4 ZThe argument listrange designates the range to be copied.
& j# D( h8 E# f e& |- d7 D3 Y
7 C7 Z* s% t9 `) G7 uThe argument of data type object designates the target table.0 i; O* j5 K. d4 v
0 I" h! Y3 C) j8 p
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
/ l% U1 E9 ]" E4 M, e4 v, N! m. z7 f* }7 v, g
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; m3 x p, o# m& A6 @+ q) h, C" Z
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |