| copyRangeTo - F4 z2 h4 \4 R8 V8 EUsage:  <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);  & S+ i# g' G, ^. Y% f0 d# V3 f! G: ~
 
 , d6 b. m  B% r- s) d0 KThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
 7 f  l, C3 @/ f0 }! }$ s7 A
 * h& o4 `$ b' B2 M; |- N8 Q* C  ?0 f4 U3 ]
 The argument listrange designates the range to be copied.
 % q# o- z) l  k/ C# ?1 Q# h9 a7 Y9 Z/ e  E* n5 a( B
 The argument of data type object designates the target table.4 E' l4 z, ?& W" b# g3 I6 {/ X
 + w" I9 W7 z' m
 The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 5 m' w& K& U5 j" f+ V5 E. _6 m+ e
 ' f5 [7 n1 f" g
 The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
 $ O% D: _9 k, l5 y4 kExample:  tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1);
 |