copyRangeTo . {( w7 l9 y7 T9 G
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); $ t. T, y3 F. I# _3 e( g8 _! C
" c4 G( \* J5 ?+ D3 o
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 9 ^9 Y" L. @. @( g& l- D' _" @& k* c; f
2 k$ W. n/ k h2 X" N
1 b( ?/ R7 x# C! N$ AThe argument listrange designates the range to be copied., _, x, W5 A Y% A
) n3 s: C# z X) @The argument of data type object designates the target table.
+ u, Y2 R7 l; I# C7 B) ?- L0 V a- x
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
, _; R. C9 r: E+ X* [, m% E. n! `& k* K5 B# E n
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
4 y/ @, ^ Q! f' O0 g& nExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |