copyRangeTo
' Q8 G& B# B8 x% BUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ?( N/ X% J2 z
7 s% D- E0 a5 Y4 E( B* o" K4 w2 k5 ^The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. % \: j! F8 x: _) g
$ J/ R7 U8 R, Y1 y$ I& c7 s
; V2 S& t! q0 ?; A
The argument listrange designates the range to be copied.# q% `4 @5 E3 u$ D
: w; o/ s- _! G1 k; Q5 kThe argument of data type object designates the target table.
2 i: a- O. X6 l9 ?7 e
; L7 s. y# w( `$ p" eThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
5 B4 z& s# Q- J! k( J/ z6 [; L
# d% ^/ y( G4 [$ {The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. + m- W# ?9 A% X* p! E* o, A
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |