copyRangeTo
! W0 X& O- Z6 IUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
5 V. S$ N- ]* X) v+ a8 f4 u9 u) @: s% E3 E* Y6 l7 e
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 1 v3 J |6 }/ ]" ]$ g R
1 T' m2 O+ V9 w j3 w
* f" Q0 A! F& P1 u) R8 GThe argument listrange designates the range to be copied.
( {& t% m0 f. _# c+ C5 ?
1 ~8 t n( V5 p2 R8 wThe argument of data type object designates the target table.
4 C0 q3 L) T! C$ e+ O" o1 l+ [5 g
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 I- X: F4 f% M( N. R9 R2 I! W
7 P P" n' d) H, ^2 R* pThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
& f9 M) Q# A: sExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |