copyRangeTo
7 t4 u1 }4 w+ O+ \0 t2 ~Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ! D0 Q4 O: P3 M
0 Z `( r$ ~9 g& j" u
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 g& v; k- A: V: P" f4 H4 n! @) A
. y6 z/ a/ a) T; j4 x" E4 H! k8 V
The argument listrange designates the range to be copied.
. x W, w$ [9 Z6 U( D# a/ m7 G$ s0 [0 J" ~2 m; I) z$ f2 W
The argument of data type object designates the target table.
r8 J9 ?$ z2 o) p% U0 Z0 y
) a2 f! V( ^& l) d4 S7 N+ ^: @" F- {, hThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
% y* f7 `$ w( d+ v- y( J# ]2 D: I
9 @& T1 @0 q! W' E: S2 mThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. , J0 d0 U" `% F: t
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |