copyRangeTo
( Z7 S( d* }# S9 P" s) ]1 X# \Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 a- d9 ^- Z/ l, u0 ~. b4 P
0 q9 G4 L& _3 d, l$ _% M3 k2 m7 N
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
) _; C. k" i: C9 S2 a9 Q. j3 J, Y1 [( W2 L. G/ h3 y, w: Z
- h* `7 N& q g" t
The argument listrange designates the range to be copied.; o9 p( |0 v! u; T! c# h3 V/ K
& x) h" m8 V$ Z7 _: KThe argument of data type object designates the target table.
$ a3 r F" A8 d" ~, }8 x4 t6 ?% _6 {$ [4 V3 p
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
: v* u% c; e) q: W
1 D, w. }+ b" m, fThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
8 q/ Y8 D+ p( [, u( M9 V% t+ fExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |