copyRangeTo # @* Q X2 R% j- [& m q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
% L' j% L0 @) i+ ]1 c" \1 u* S/ M( J; K0 p6 b- |& [8 C8 G
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
! {, a4 v! y4 j( o( f4 J8 u$ E+ J+ t6 I, K; D* E7 z
( f- ] T$ r2 u% h7 O9 d% z9 {The argument listrange designates the range to be copied.
: j: m' ?1 r( g! \% {+ H2 ?- }2 S! L" B$ r& W1 d6 x2 H" o/ W
The argument of data type object designates the target table.$ Z* `- a- n2 r a1 e# i9 Z% J# _
9 O9 `7 t W6 b! m# F$ cThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
8 d1 c7 x( o7 o$ e/ X6 j! T# h, C0 v" }; @
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. + v' Z7 ]) S5 S' \" [
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |