| copyRangeTo 4 U4 O1 s; U6 U* G, O3 W1 H Usage:  <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
 7 Y" O, v& b6 u0 M0 C1 ^, F* B. r( C6 b$ J7 v+ [
 The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. # m$ j% K4 V5 w6 l- `
 " l! Q. q6 }% d& A7 Z1 P
 
 6 D( y- R2 r" u; ^3 {! aThe argument listrange designates the range to be copied.% B# d: D2 O- l
 7 \7 q+ }0 ~* c+ ^6 s* E) _
 The argument of data type object designates the target table." ]( B  p6 T  j8 n& Q- f+ a1 z" d
 
 ' f7 z; i6 E. m1 U: iThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. + U" Q' I* V* L- i$ J: W6 ~6 e9 P
 
 ' R% }3 T8 S1 A, X7 OThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. * E' X! L2 K7 ~2 q# W8 V
 Example:  tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1);
 |