copyRangeTo , `9 A1 |8 o$ v8 `
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
k2 m3 n& U; b( g9 K8 M7 `% m7 m7 Q7 S3 b; h7 g
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 u5 _( e f* T$ @7 h* f2 I) @
( o+ Z+ o6 k* K% K$ H5 U2 y9 W, o5 j7 r
, j& a+ q0 `/ h+ S, w6 d* L7 g' pThe argument listrange designates the range to be copied.
$ v$ E' p2 G7 H- ^( z6 z
: C, z! Q8 E. W" dThe argument of data type object designates the target table.
1 P/ X7 h% \9 b8 k+ |" M6 I5 p& B _) }: t; V' u
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ( J) ?7 y3 r7 i) V
' Z0 F: s e2 x9 }! l
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ! }8 u- O& R; t
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |