copyRangeTo
6 t+ M0 b1 k! S0 x8 ~3 GUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 C8 y+ U# a9 E' I
4 a) \, Y& S9 |2 W3 v% u+ R, CThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
, T. U/ j7 l/ y/ m5 E8 x
" b3 ^! w' u, J
0 W7 o0 {- d9 \9 b3 p: X9 ~The argument listrange designates the range to be copied.
( Z' [2 n8 D9 M: F& N$ p }4 J+ i$ g D' C6 W
The argument of data type object designates the target table.
2 r4 I! X7 l9 W& ^' C, U ~, e. o3 H! Z4 m: J: k" P$ Y/ Y
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
% }* u$ ^2 w$ V( d1 ?
9 s A0 k2 M* U; P( C% |! {The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ( L: u6 q3 C$ V: f! w1 l
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |