copyRangeTo
! J7 F H) s f2 a6 M5 TUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
# l7 {7 w0 b; [* ?( r5 i2 ~
# ]' O8 e+ @/ B8 ]" |. W9 A8 hThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 1 c& i; O& H# q/ B( K# |
6 U+ y3 S: F7 \! T
- j/ K, r; v' U; L: d* X2 h j$ v6 QThe argument listrange designates the range to be copied.
! s. k# b9 ?" x- \6 R7 O8 @) @" e% R6 b3 o
The argument of data type object designates the target table.
( c$ a k5 v6 q2 J1 [6 H r8 @6 x6 N5 Z
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ) ~% a o8 A$ x2 }4 e
* R, V: I9 w" l! DThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. : Q5 o `8 p* `! a
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |