copyRangeTo + h S% a3 h9 h/ `5 q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
# l+ S+ L, X6 s7 B' y! N
" v5 ^( ?9 K) @3 A( a' a; cThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 3 R5 t! K' |+ [+ n5 p
$ |4 N- R# z# s! Z6 W" |0 V0 F
- v( A( w: a* j( t
The argument listrange designates the range to be copied.7 L: Y, L# d/ f/ m, j, A, @/ [
1 c/ b3 w" P, |& \' w& pThe argument of data type object designates the target table.
3 ^5 Z1 M% i* u# ^3 C5 o2 H3 h/ j( Q1 B& O; A
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
+ d K( i1 f9 L0 I1 T1 q1 E' o' j0 V5 [/ Y9 W- k) M
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
: J8 b; B0 D) B( c7 ZExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |