copyRangeTo ! u' a1 d; y3 T+ v
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 B) v! Q: S) [# T. @4 _& K
, x7 s0 [* d( M! N
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 4 b$ Y! N; {& r5 |8 I8 M, n: u
- `# {7 W9 l y* \, m$ b+ N5 s/ j c4 u, M M6 ~
The argument listrange designates the range to be copied.( K/ u( V+ B8 c
$ k7 y. K; p3 G6 gThe argument of data type object designates the target table.7 Z/ N& ^" H1 ?1 Q& A% B
9 j2 q Y D. c
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
, W) R/ w' u! m6 Z/ a$ K7 q3 p0 j' q# Q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ I' u/ |/ r3 W0 O2 v. tExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |