copyRangeTo
9 P/ _! m# s {+ H3 I' N4 V" n) |Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * v/ ^' M: k! `+ e
; Q0 X/ \# ^6 b( IThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. , Q F' ^3 a `
; ^5 f r* M3 q- u7 S# B
9 K& U8 D$ K- g4 M( S9 C/ p o8 L# W
The argument listrange designates the range to be copied.
; w. o0 {) G4 O% a: p
, k1 b+ |- v2 TThe argument of data type object designates the target table.
) B' } m" x2 C+ f- }! r, l- P+ `5 J- x! k! d
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
: p: E5 }" {# S9 |" K8 ~) [) h& t) D7 A* | N/ g" h# m: q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ! v8 {; \: ]- X: B$ a
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |