copyRangeTo % h b* X) v% `1 `* ^) U+ @
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
+ m. s3 Y S. Q1 x) G& W4 k: N) Z- t5 m/ O& v/ L# M" [2 P
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
) `2 x; t& ]' J, }( Y7 x8 S6 r. j9 @$ }
' V# N# [8 D: b! \% ]The argument listrange designates the range to be copied.& q- u2 N, l S! U# Y% I. f
; L! x- P3 ?9 B0 j4 o4 [! I
The argument of data type object designates the target table.
: P7 B& ?0 T8 m2 @9 T, y( W& w9 H A/ u+ w8 G% H) X" Q
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
]$ H4 G5 r4 e7 \1 y
) r( B1 _2 k% L0 XThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. . _- ]. V: L$ c
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |