copyRangeTo
5 L5 @$ c4 h5 ]( n+ p: I/ R& `Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 B& o, L2 k4 T1 b
2 c P. @8 I! F1 Q" V1 `
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 3 p2 M" C4 X) J. }: Y0 t
) Z6 }! K6 ?/ [+ W& d3 e' U: V+ Y$ A1 {/ m) T6 J; t& t
The argument listrange designates the range to be copied.
+ r) r' ~0 H _+ d
0 |+ F; D* Y0 t. s4 c0 r" Q/ T+ j6 z- DThe argument of data type object designates the target table.6 m5 W6 U. U# G2 \' i. [
% w5 C. e9 H9 }- }6 j* V1 q' z
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
+ O# i, l) G) b: q" e6 Z2 d8 F4 a! {' ^) c
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
- C6 A6 {$ c! a2 x. t# wExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |