copyRangeTo
0 D0 `7 I$ e7 M# B& T IUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); % q% p/ }* b$ e" t1 g# B4 Q1 K" B
V4 D% A, M! o
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
3 i# F! s3 j6 R4 V1 V, I0 X, ^
! p1 _' m! \/ a5 \3 {$ P/ G) U; `# \
, i: j V8 H( w- z. ^5 i* VThe argument listrange designates the range to be copied.
5 _) u$ K4 a3 G( }* Y6 }& O: J! D
The argument of data type object designates the target table.
' e! L# R# D" V$ {6 M; h4 i
4 u' q+ R4 p1 z- `! IThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ( p) Q8 J* p1 e. s$ b2 {
( ~6 `$ T+ N4 L; {2 I: W6 [The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. * J0 L: M6 ~, O/ K1 w2 e
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |