copyRangeTo / l4 j: d4 T5 v5 ^5 j. ^
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
% I- l9 N& d. v* x% U6 |. P
6 U# {' W" y: Y7 f- [1 \The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
) N5 L0 u5 n7 ^; M( W2 Q) \. c& O5 _+ [ U8 Z: S1 P# i
8 x; F) o8 b7 G7 a2 \8 K8 h" JThe argument listrange designates the range to be copied.
) d) Q: e2 v8 j$ b& q, U u% I9 y& p* |4 o2 D8 S* T! \
The argument of data type object designates the target table.
7 }2 G0 ^. h% E. g5 {. Z
1 z3 Z$ M9 `. k- e2 ?7 {. BThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
/ |0 Y8 \" ? Z$ E* \& u* H$ M) U& k: G8 W
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. $ M1 }, Q/ h Q+ O( j
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |