| copyRangeTo , D. z- N  _5 D% U+ E/ q" v% }Usage:  <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);  3 {$ A' B# [. W1 `
 
 # K# X0 P& [; o0 ^0 CThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
 0 Q' W% A9 m5 `9 |% S* i
 O- ?" G) ^3 Q2 ?
 9 M% Z, L# i! G( n& F; E. AThe argument listrange designates the range to be copied./ {* r) Y2 M" \
 4 |, Q) D7 a- z: c0 `
 The argument of data type object designates the target table.
 " g2 C, K6 q5 m' ?* n( U0 H  N" o& R3 q' @5 p1 ]) ]  K4 q
 The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. & f: r* J- u* m4 N. D$ z% m
 9 o! t% p6 c; A. c- ~
 The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. . |, X4 _& |9 P7 i3 j
 Example:  tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1);
 |