copyRangeTo
" B" J9 T9 P0 ^; ?Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); + ^2 B) g/ u: P6 O# H
8 D8 r# R' C! e9 e2 D0 L/ TThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 9 h; S, K5 J; w7 ]6 y9 \
0 @3 t, V' R. y B( w. C% I8 [8 Z8 {3 G+ Q: g2 l* H$ g; q
The argument listrange designates the range to be copied.( n; _, N. y/ I( P$ W
1 I* U5 k( y: m: \
The argument of data type object designates the target table.) ~/ k& @! a3 l/ R1 b
7 m* R+ @ I& M4 _$ y' W: x6 {7 l- `
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 @6 g0 Q( S' N/ A' B2 H7 s) a
$ K4 f& }; S: K- B( D4 FThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. $ w& T* j2 U: n' z$ o( C. o: j; s2 u
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |