copyRangeTo
1 {' @) R2 |3 BUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
2 T: Y/ N |' G
8 R: H( t$ t: y& Q3 J2 n% Z3 \# AThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
( f2 F N2 `# X- X" |2 [
! f+ [. n: @6 a8 B& ^
! X8 A* O% I1 |% H8 q Z0 WThe argument listrange designates the range to be copied.
% @0 L# o& H1 }! c0 `% j' M. Z
- X8 p3 a+ @" H" hThe argument of data type object designates the target table.* H9 b( C" g. ^' _/ F
2 d; w( V0 |+ a: @8 ]
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. % V0 T4 _$ Y( w6 r" F
. k; N" P8 @ h6 M/ D
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. " @3 ?% o! r8 U% y# Y5 d- [
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |