copyRangeTo
. h/ s+ b ~5 b, {" lUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * a7 @6 k0 B1 c* S' j& k$ D
* h) S$ E4 R% |9 {5 }9 @
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. + z3 [7 B# @; F+ u0 P
- ?4 o9 k. { C1 D1 j0 ?" Q7 }* m! D" `7 ?% B
The argument listrange designates the range to be copied.
' t6 K2 _ x2 M( |3 B( {7 L' A0 B- }0 w: {! m! s% j& J
The argument of data type object designates the target table.$ I9 n0 l( T( ~% f( x
8 N- O& G" Y" g/ \; O7 Q% r
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 8 W/ C" U1 u& x$ B ^3 O
) X: _7 r1 d0 a; LThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
. u4 U& C |, g& s }6 r5 p' _Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |