copyRangeTo : q" l+ i$ I0 J# y8 w7 r' C1 a3 q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 5 D6 @! K4 l) P# m5 }* n& |; Q
$ M" f& s& _- c. K4 S' n( oThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 6 B4 Y, D+ p Z2 Q" f3 S+ @
8 k& J# A+ @- j! @7 ]: n5 P4 ?
8 E* S9 Q q5 b3 @
The argument listrange designates the range to be copied.- h. P, C# S- J2 Q' J: p; O: J% F
: a9 l9 _. |1 p6 M. ~
The argument of data type object designates the target table.
! d9 b0 @: [4 _# d5 M
4 S5 H; Z Q1 m* [8 s eThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. / l$ J. S8 Z9 e8 Y' n( H. ?& }! M+ m& N
( A# G w' ?% c+ m& \) y$ X* d- E7 YThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. : R. `' ]# u" Z- \( G, e
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |