copyRangeTo
/ U P2 a: U2 J8 d: nUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 R3 M! _) j& [1 |8 c6 Q4 _6 B5 Z" q
8 J7 ^- _" O- {; I/ _ i% ^The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 _* P" T) [* ^1 S9 D3 h2 \+ n2 y
$ d; c2 e2 N( |- h
' V6 `& P- t4 M% ?8 eThe argument listrange designates the range to be copied.4 X6 K* i* Z+ H- W3 a! w
9 W5 d# o! z# K p5 l$ d1 gThe argument of data type object designates the target table.
5 S- w b7 j2 _8 G: p% M0 T" c' T2 V4 Y a
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 l7 @. Q' c+ v4 _$ P4 }
3 ~% u: E, w" Z" ^
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
0 \$ ?4 B2 e6 D, ?4 xExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |