copyRangeTo
' }4 f' S1 r) q" eUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) _2 Q q' e3 j$ `
* ?# @5 X" u. k0 t" W& D' kThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. : Z# s9 _3 c3 O% Q8 M
: m: F' L' a% Z6 W# C! H- s8 V
( S" |+ C! w" m W
The argument listrange designates the range to be copied.
9 n- ~- C" M0 p( V% c; d: m- Y1 c1 n
The argument of data type object designates the target table.* Q6 Q; l+ g; Z( C: S. C2 _$ k1 @+ N
4 l5 p2 ?: G% n( r9 y- S/ z! J% Y6 W
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 2 }7 q; D& ?* ~! E
( D/ V; G4 \8 _The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. $ k( j9 P4 b$ Q1 ~! ^: D( P' v; K! v6 r" l
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |