copyRangeTo + ^& j5 `: V# @5 v! T
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 ]) k5 N5 x* ?) O+ x3 X2 T$ a2 @$ \/ h; Q' t( [
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. # I7 _+ B' L8 Q4 a8 S6 N( _- Z
/ P: O$ q. ^' M! K) b2 {
' o1 [$ C5 h5 Z% O9 Z2 A
The argument listrange designates the range to be copied.
& f% Z. o# E: m" u9 `% M# P) o
. a$ v! l* n; W( C( EThe argument of data type object designates the target table.) i; Z4 ]* F5 g
: \! }8 c) p. B7 K2 Q& _; y7 G8 Z. _
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
1 ?. k6 z( t, P+ v4 }7 }( A( ` K: S) m6 h6 D# c" b3 r
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
- t; ]4 P5 p- AExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |