copyRangeTo
# `* ?/ V% z1 N0 |, fUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
# T9 y" h9 b( g! B% M) z0 }4 \0 C! w% w# g$ I5 u3 M
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
h( B, p8 M8 T4 S7 ]7 m( Y; F$ L7 b, w5 X; m% C4 h
: \9 y- G" P" m# d# n' \, m# Q
The argument listrange designates the range to be copied.- D& Q& k% p1 s5 f& d! y
$ X% X' e: {. Y- [3 R, |The argument of data type object designates the target table.( Y% P( D, `5 a7 k( [3 ? E; ~
0 M! m h0 g5 A. L; ~: ^The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. + C. U N$ E$ I/ n, v: ?7 X k
. W! @$ n; V2 C; G5 |The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
/ J& X; R) N5 @; T! U" M" dExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |