copyRangeTo
- f7 i3 v- C) t7 w5 S& `. P7 iUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); - i+ `$ J% A8 R7 ^3 P, E" _0 P
7 G# z! a" |& _, \1 R) g/ P7 `/ wThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. " M8 k2 D/ J2 T, x
2 L6 r5 P+ F, X) _- b4 {% m. Y# O0 W. T; p8 x
The argument listrange designates the range to be copied., \0 w. ]6 S; F" \" g2 u
% c8 L7 z2 y. o, ]4 [* ?
The argument of data type object designates the target table.
+ @% w' B9 r( f6 Q' D j; X' C5 [3 j( ~* A4 C5 D! B, A3 F
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
3 j+ E% L# ?8 J, |9 e; T, |- U- D2 s$ [# d4 v7 k
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. / W' d' n7 [/ m6 \" z Z
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |