copyRangeTo
5 |9 R% Z: a: y, H4 {) n( \Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ( ^. @4 n3 b% N/ d
" e7 j: U* N& T$ m; m( |# CThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * f% l1 l0 \4 ?
/ B6 P8 \, L0 s' t; s* L
+ B4 j9 _) \8 \% K2 H( ~- \& }/ jThe argument listrange designates the range to be copied.
: e8 L( ^! q1 `
7 q7 N+ M' d) M4 U1 Q+ FThe argument of data type object designates the target table.& P: V0 F) s8 \6 o
. r, v( A" L' p( g9 m a
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. : g3 k5 Z, F; ]- g1 |, R7 B
; y' c$ C4 F. b( ~$ A" }1 x
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ E& Z6 C% v% ]: Z& fExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |