copyRangeTo
( n( `8 i2 w' s% l: bUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
$ F$ w/ n$ k9 {5 ^ `: o- U0 F- @* P$ i. v& S* T
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
% ]- a& i6 J( i a0 S, N5 P
/ p: j% R$ q( {4 ]6 i: W8 e+ v# w9 P% C- _& g5 }
The argument listrange designates the range to be copied.
0 t. S o; f) a. W! j
' ^) Y- c! R0 l! l3 [The argument of data type object designates the target table., a7 M+ [% o' i/ x# D( w) ^
. b* ^3 G& ^1 r( t; Z
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
' j) {5 Q# G% o! U2 P& Z' V8 b0 E6 y5 n J4 K4 g
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
: U! D% `' k$ x9 K7 c: [& j EExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |