copyRangeTo $ e( u4 u. Z% G+ m# o1 k: q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
, s9 p+ b8 q( T5 `5 c% g, x6 Q* _: l1 O( E8 K) v6 x" [, t
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
$ J4 F$ t7 Q! \' D) S# S. w( c5 E+ F+ G
I. w9 Y. \- F- p. h( T4 \& kThe argument listrange designates the range to be copied./ _# x; l u" F1 N8 w6 _$ d* O
9 l) U( g; d7 v0 i3 xThe argument of data type object designates the target table.
' ?1 C, h- U" u$ C( Z" I3 l5 D2 @ a
; r& C4 g5 O) L4 b* `The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
# }: o" C! Z2 T4 s i S) \- I; t7 P6 f# b' T& U
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
* a/ n+ F% E6 |# G: s* X1 VExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |