copyRangeTo & B* F0 G. }# J$ i0 B
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); - A: Q/ @5 h$ Y
* H$ ]# V) | ~, Y. `% HThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
1 p$ ~2 B: r1 q3 T' z8 M1 d) ?2 h& I0 X
1 f3 p3 r6 ?5 U7 K
8 W2 L( H6 v, U. x4 k1 G% yThe argument listrange designates the range to be copied.7 b. u: d' z2 t X+ a1 s
: n7 W, D# m( c7 I2 o: eThe argument of data type object designates the target table.( |0 @$ J0 T/ f5 Q: I
6 Y" w9 E: m3 ?. o, m0 ~' p5 }The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
( ]) E) S1 I, N$ z! q* S L3 ], j0 I r' Y* n- N9 H
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
5 e/ ]8 I0 d+ a4 u$ X1 P' @Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |