copyRangeTo
4 O3 V5 S5 _$ MUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 {: G+ u9 W; w, w; n
" F, R* j- D; [# ]& P8 o( D8 hThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
/ E9 U1 L4 ?: P1 d7 m& t- u. r1 m+ j: N. H* ^5 _/ c
& e- `* @/ R7 W$ ?# h% c! B3 CThe argument listrange designates the range to be copied.* ^- q# K2 ?% d, N+ B7 G3 {
. ?1 u! h x! d6 |& X9 }5 ^
The argument of data type object designates the target table.
& u! d8 w+ s! }$ d" @/ p& n' p+ j" i! y" }4 K
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. " {; S" o9 J( N+ H5 n' r$ Y
0 u6 b l q5 ?' l6 g: ]7 fThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
; e" v, M# t Q& Q; ^Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |