copyRangeTo
5 a! P2 P3 |8 X( A" e3 [! u3 hUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 0 I& g6 t/ ^" E% C3 l+ V- K
?9 [, _, b b! w% o7 g& K
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
- ~. s+ y" s; o H
g; a& f7 e8 F) ~- u# q I1 ^; s/ U3 t" T% G& s( i C
The argument listrange designates the range to be copied.% c) h9 ?" l. P
5 w# B- _# C" a! G# D$ r
The argument of data type object designates the target table.9 }; N/ K- x' a! i; ]1 c/ `: a9 `
- } N" ?2 m7 m) [) r9 J% h- j; V5 [
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
: O% V; f8 P6 [2 T% j3 I. T- {
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 r! C7 j r! @; k, }2 yExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |