copyRangeTo
3 P. z7 J7 k% nUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , A- c% T+ ]6 _0 c' w
, q9 }3 z0 R$ l- u5 t |7 ^0 }4 W
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
; E' H$ g1 h" K: x( y) o6 }" ]6 t" @- t4 m9 {
5 \5 f3 f) r0 XThe argument listrange designates the range to be copied./ l2 K% F" R9 t! M& E
- _0 D5 a+ o( O5 s$ Y2 WThe argument of data type object designates the target table.
3 g- {8 }5 M6 E. }+ t. u+ i* J1 p; p/ u1 g& D Z
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. # c& f% D3 }2 B" c( k5 A! H
0 j" x, S; _) u+ l" x5 R
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. # y7 d, L: S1 P
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |