copyRangeTo / Y! b2 P6 |7 j) C. u; Y
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
7 ` A2 C8 l9 H- a6 X- }$ L! Q# f# A n7 e% J/ l/ F
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 j* s) r. g- `4 o
+ i& e7 C* i- }" q2 q) ?
& ~* i8 w7 V# z0 k. dThe argument listrange designates the range to be copied.2 n9 G6 F* R: G! u4 t
8 R0 m- }+ h' U; ~: UThe argument of data type object designates the target table.) o9 o' {, x1 |) e8 s, n
, M5 z0 |! r& c
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
Y/ ?1 v, C) J5 u* p
! X$ l% B3 r/ _# y5 b: WThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
! S- V7 N: e* z1 @3 r6 i9 nExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |