copyRangeTo
% c' @9 x# d; E! a6 a% mUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 o/ k, e* P$ o$ x% q
$ Y/ ^" \# w a& a9 KThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
* k( g: z7 o* h4 q; N( ^1 v) c/ z. u+ Q7 J. j+ D0 ^
6 n7 T8 U4 d! b2 Y& a' p
The argument listrange designates the range to be copied.
' K1 Z1 r+ L) [0 g/ \9 L( }) I, u9 r! y6 W6 U. R: x
The argument of data type object designates the target table.1 B8 |0 O6 q. Q3 r. T# L
7 o7 @% T C) D) ]( [7 |The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 2 j, V; s3 \9 |; y- X; v
. g; q/ r4 w8 P5 GThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
5 O( g3 z3 U9 g7 Q+ A2 A8 _0 A: HExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |