copyRangeTo ! p% F* d2 W+ [' [( c' d 
Usage:  <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);   
& p& M' O1 A! N: z6 a 
% n( t, [* Q8 e& f. m, RThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.  
- E% ?( u8 ]  \# n5 C% V7 w* V$ g, K  O$ E: n3 c 
5 Y' r8 z- Y5 y2 K 
The argument listrange designates the range to be copied. 
; I+ A$ ?9 _" O' r/ E* A$ c& K8 |7 B 
The argument of data type object designates the target table. 
* f/ e% G. d+ g: I! Z" P- A! {/ u$ g+ `0 @' T- } 
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. : w0 U  H" S# c# [+ U 
# @" [! a/ Z, [/ s$ M- X 
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ! p' Z0 S5 x" a5 f$ k  i 
Example:  tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |