copyRangeTo
; O' u3 D" U- ^6 SUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
4 y% d" Q6 s2 H! C0 [
7 ^- q+ [# W% |: p& o. h& C9 lThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
' }; g8 _2 s( f% u! F; d6 K! p4 K; x* o" G4 j' z
& L! B# k: W1 \& k) D7 MThe argument listrange designates the range to be copied.2 e: ] f( o4 L [8 i9 W i' [
- l) f: x/ D8 K3 J2 mThe argument of data type object designates the target table.! i% q! \7 V H* @+ B: B- t
) s" M2 T% x& b. V
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. / m, o3 Y: M6 v3 v7 d ^! l
# x& A$ ^& ?& Y8 m1 y. i" o+ F* ^- f6 I
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
V5 s+ V, N3 g# mExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |