copyRangeTo
: `% Y# R% F$ h& P) z. dUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ' J% L4 S1 H0 b }. ]. S6 K8 U
* n# I, `: z w/ P
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. % h2 D& R8 o0 J. |, `& a
7 P% e# q7 T$ Z: ]) r
; I3 |7 X7 W8 ]The argument listrange designates the range to be copied.5 T6 U* D" X4 @8 R. r+ `
2 g- X1 S; I9 `- K7 S- Z
The argument of data type object designates the target table.
" {+ D( |1 w5 u1 u& _; N' D9 H+ l$ H& i. t% D0 Q
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. % e/ I" E4 F) v- ^" o/ _
2 ~! d1 { g; Z, J4 _. \
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
) P) J. x/ X4 Z# V, q, GExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |