copyRangeTo
! e+ F3 u8 `! B( UUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 7 [; t0 v# ]4 d. @+ |8 M1 i
( {, ]/ E2 y$ k3 b8 a
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
A4 }) O2 h; j
* `3 Z8 s* f# W3 T
4 k! \ [* t. \( K1 V$ p. x6 RThe argument listrange designates the range to be copied.0 h3 ?' R# }9 H& A; z$ d4 O
V, R; M5 }* \# L$ G
The argument of data type object designates the target table.
, c! W: E2 e& H& R9 h$ ]( Z# w( J- o: Z1 L. A3 S" U3 u
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. $ L( x/ N" y( w
' k& v h6 C4 d }/ [The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 0 t& T6 p7 i4 R# S
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |