copyRangeTo
( u7 h$ P/ Z+ h `8 AUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
- m' i! q8 x3 z
- X( p, X! R4 l9 NThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
! n d7 \+ e+ Q; m- j: T
( [4 j' E! O0 {- |0 J( _6 {0 @/ }: P- P. P x# Z) f
The argument listrange designates the range to be copied.7 i) N: m+ w$ x: [4 W$ P& r) W8 _
9 J! S' Y7 u$ j/ d- b* }9 lThe argument of data type object designates the target table.
. g ]+ R0 }4 R, Z) `
1 q( m% h' F- ?/ W8 u: _The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 8 Q( a8 K3 Y0 A2 u: E$ S- Q& w
K& T# y0 `- P! B% {
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
2 |* j! m" D4 c3 Q* R( u2 z- gExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |