copyRangeTo / `( o# `# z( _4 D
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
7 G1 k% C5 u. B" a* _8 g1 S, h6 O, V- g/ E& t
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
- l j e* p7 L. A$ o
" A) X1 n `0 d, }7 `
[0 g5 b% S$ N& C' gThe argument listrange designates the range to be copied.
" j& K+ t! y5 e1 D8 l6 I
) n2 _0 i5 J+ F2 _/ l6 xThe argument of data type object designates the target table. L! f$ x0 W) l. E, Q) ]* p
! O1 q& S5 G7 w# D% Y6 ?
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
* \( J7 D5 s/ e$ k- ~
2 n3 x0 Y4 x5 ^9 Y2 ?5 fThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 3 N8 a8 h3 Q( ^2 x5 ?2 {9 B
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |