copyRangeTo / m) ` h" m/ X: S) O
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
, [& N2 s7 T, Z' f! q; i) ^
7 b& g% N3 ]7 `9 k. f/ F) ~The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
/ J. i( h/ t p: ?; I/ E& C5 V. |4 C9 q8 e/ ^" ~! S; ~
1 i. b* y; Y) w2 g9 i1 S% D. G" NThe argument listrange designates the range to be copied.
# y5 C8 M! N" o" `5 O8 }& h! Z
$ R0 S, l( B5 wThe argument of data type object designates the target table.
+ c) O( W n% v4 s6 w# V8 e Q5 g9 g; d8 `. k: Q4 A% I! M4 R3 O
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
& @7 g- a6 L. K/ b' G6 J9 X1 U+ f- B4 D1 B* i0 r1 C- N& N/ L4 [# ~( {
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
* [- M" R) {: G' PExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |