copyRangeTo 1 p! v. Q& R( Q+ C5 y
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 0 n% ^1 e; |" c* N4 {$ j
, m- F6 l& H/ i: b" f& M9 l; V: O6 }! F
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
; E1 B! g% z1 q: V" l1 Q
/ G* K- m7 L' E
7 ?8 g3 u' l$ D2 DThe argument listrange designates the range to be copied.
6 q; d. M( H# P, S
9 Z$ W9 U& b- D3 |/ @" ^/ Q$ \2 ?The argument of data type object designates the target table.; S' b' i) G' ?4 u$ D' y
9 Y) J) {3 w% y+ F# KThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
# t, c- _. X) ~& J9 P$ Y, u# n% T2 c. l; T6 K
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ H( o0 m! _! ?* ZExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |