copyRangeTo
2 c6 p: _! B- {- v$ IUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
$ I6 {5 D+ S- Q5 ]
, k* {4 i4 `; p1 p" w3 k/ Y. I! j* t pThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
# d' A, I, c {, g) d4 V
2 p0 k! o/ J5 s) |- X/ e% p8 P X' \
+ @7 l' }/ s6 k6 s, ?4 W. {The argument listrange designates the range to be copied.: I- X- n8 g) e& q
& z' H1 S) s- p/ }. C p& ^: ^The argument of data type object designates the target table.
5 P; C. A3 g9 @* n/ o1 \# U' i- }' P5 o
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
; s5 b4 Z; W% g6 P; ^9 o1 |6 ]; S/ ~% }& V( [
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
7 ^. d1 W6 r1 B3 u; t UExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |