copyRangeTo
; f7 b" C$ t& o( p- R. rUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); / n, N$ w5 ^9 O6 \' j, z: X; S
& v/ k0 s7 A8 d. P% S- G+ [' w
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 2 G" }, A0 I9 s7 u
. M; ^: y; [% |- j
9 X+ A. C7 W$ x
The argument listrange designates the range to be copied.
% c. }( ^; A1 q/ U7 ~, Z+ C
7 Z0 z1 e' P5 _- k2 DThe argument of data type object designates the target table.
, z. _. s4 _7 f3 @
9 R2 X7 _3 e; N* K8 E7 ~& aThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
9 H$ ?8 r7 z% q/ j8 p+ A
! v9 i: M0 _- v& f' _% ]; ~# OThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 3 q' v* o) x% z, t7 G
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |