copyRangeTo
& T9 y) [/ v+ }* \5 IUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
3 E5 h4 K4 }% x$ W0 X& Z: K# V7 X# w2 Y" N1 B( y" T
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ' V0 a: I( D( M3 H; r8 |) `/ R
1 L2 A3 j$ B. a2 |6 V- u2 o. Q5 y2 T! S4 ]$ D( e! X/ Z0 {
The argument listrange designates the range to be copied.0 _! C) y- M6 H7 T8 P: V [
- r9 M D) W: i2 h" v, ]8 ?The argument of data type object designates the target table.
: u7 }) O( m& a& x" ?2 N/ f
5 b1 F% r( ^; X7 y, d* b- p8 }The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. # w% S8 |6 v4 a; l3 s
7 ^3 a; R" u3 U: x! R% {
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. $ u1 K1 H; V/ I- x1 J
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |