copyRangeTo 2 q6 Y; s+ W0 e( D g' K% s
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
1 u0 R* J3 P/ }' N% u# K
( A @9 [" u4 A- ?. |; W5 M8 r2 KThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
7 H& [$ f8 g3 h( P6 V' J0 p- s' x! S% s
~3 C' D3 s2 g( i5 ]
The argument listrange designates the range to be copied.9 y4 F, o3 }: @' y
% X3 B! A0 Y$ y1 V! e1 J2 z7 h
The argument of data type object designates the target table.
, h; ~$ l2 x2 Q$ v. v
2 s Y( w( B, i" t- o; iThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
' `$ T/ f. f! [8 o0 {8 R( t$ E% u% O4 _8 t2 C0 i5 Z( n
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
( \) o* P! A5 ^" dExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |