copyRangeTo 9 y0 a& O( z- Z8 Z: O- B2 u4 Z7 f) j
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * O7 G. [0 u; O# a( u" W
* S" o" s% ]4 ~8 v. x0 nThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ) h- P2 h) n( E( Y
, o, Y( f$ [, l( h. U1 M6 B+ l' h, `" o; A0 { Q
The argument listrange designates the range to be copied.
' d) M2 j W( O. l2 L2 F+ G4 r# e2 _' t+ j, F$ p& g4 Z) m, B" Y
The argument of data type object designates the target table.5 D# o" b. C% \7 [
- j- E; C. @' d: @( A, |
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
1 d$ ]2 Z; L. q7 c
) E6 X+ U4 A# N4 r& x1 b2 \% uThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
1 _; r! i/ A3 KExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |