copyRangeTo
9 _$ w$ s' Z' Z8 i6 S K7 uUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); c/ g# }1 \& P1 [3 f y
! }5 O9 W0 V2 } e8 v kThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. $ [- a! n$ p$ H* Y5 f
/ i1 w2 O% [( @: B
- c2 y$ y9 n* K# V0 y+ z+ VThe argument listrange designates the range to be copied.
- }. ^4 d8 ^9 Y% v1 r
0 e7 @# _- q# ]0 @( C6 MThe argument of data type object designates the target table.
/ B& s _# \1 E/ t9 Y* n( v' T* N; Y. `9 T0 y2 ~+ Z9 |; S
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. / a3 y0 T+ B6 W2 \2 M9 D
& w! Z, N+ @: j* i
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. , `* U$ P* L0 L" P* m6 M
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |