copyRangeTo
/ G5 a: n* I8 K9 XUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
6 Z8 I% X7 `' G+ U- T9 X, i1 v. s; {
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
0 e0 b O- O- g: l% w) U# v% h& i$ f D& p1 V
3 G* O% D' t% F- H; K xThe argument listrange designates the range to be copied.
3 f- {# b4 \9 V% Q8 f$ G7 u) ]+ S
The argument of data type object designates the target table.. n$ y; s& K& J
% }0 M7 b; M$ A }. ^6 fThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. . @% o; `5 @2 {
$ [3 @' ?9 e% e( S" g! M& e/ HThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. + C: K3 s- R- S a% r6 p2 t
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |