copyRangeTo # i: V, n' c# { O+ M6 y4 t
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); " r. {+ q4 |4 V" v9 k+ g B# k1 }
+ ^3 i" \# a0 }& A* n' H. z
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 1 C8 L2 }: _8 j! ?! b
* f( ~" o8 t2 x( _4 b' c2 [ @& j: L0 e1 j7 H3 v
The argument listrange designates the range to be copied.1 i7 A. F: @% \( o% g( E' C; Y
) P; n- E5 @) m6 a% H- ~! s
The argument of data type object designates the target table.
, N' [$ k: w4 Q: i
. J* T c# U2 C7 ^. N/ fThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. * _* G& D( \! M+ c% y
; v9 W6 |& j5 u o) r, s. ] Q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
& q! h. h6 w4 H" qExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |