copyRangeTo
; y7 l" _* \# v: @8 WUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); / N/ g8 N$ f1 S; D: m6 C
- c3 l- _* @1 ^5 J' v9 wThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - U5 }) m- T; U: U# b( S0 ]
# c8 [. W8 H: g2 u1 |* `; x
6 Q5 n$ p# t: F. v( H' aThe argument listrange designates the range to be copied.
6 V0 l Q& `* d! r% ^
# e' j7 o/ O* v& x7 z0 [The argument of data type object designates the target table.* q7 E+ O4 O9 n9 e. f- ^ |
- U8 j6 e$ [7 v9 R3 \2 F. @( |
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
( \5 M6 C! {! d9 B9 J6 }) k! ?2 S0 ?/ r" e! h/ [
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
9 k n9 G" ^- D0 E9 S; H6 r; kExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |