copyRangeTo
* \# U2 n+ Y8 ]" i q& dUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 3 h& |( T! C! F) j
5 y X# z- h2 L- WThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ b# v1 f# R* G+ i. m# a. [
* d+ S2 P- }6 M4 v7 Q
h) s8 n# Q7 c" M( p0 w/ PThe argument listrange designates the range to be copied.8 g3 V: W7 s2 T* y4 d
; y- k9 t4 W3 [- D) o2 J
The argument of data type object designates the target table.
9 H0 T$ o7 e% b% N, C! ?8 x- `( b9 d. B. O, e3 ^* |/ B
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
/ i9 P" n$ a/ Y% r( B
3 ^2 U7 T+ [) ~: \4 I; aThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 2 @2 f. o0 |8 P; v0 T' @/ q
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |