copyRangeTo
; ?7 r1 a F$ ]# w% [% v, JUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); / _5 [* |/ r+ W# y: R
, h( L8 C' R a' W" D: v
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. + e) L+ i4 q6 ^: H- i' Y
* ?3 S& H7 p" E7 e9 O% d8 u: |2 Y4 w+ k: u$ [# x
The argument listrange designates the range to be copied.2 X7 x6 Y) J Z9 C' ^
/ {$ p' l/ @7 L
The argument of data type object designates the target table.8 v$ R9 T% Q3 Y% C) \
, Z0 s+ i' F) }8 I; ?1 X1 cThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
4 H. O' W+ [! P* g6 r9 p% g" i1 J9 c, x; L8 H+ ?+ |; E
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. - |' A% V# ?, G) g5 W H8 s
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |