copyRangeTo & L; N( m$ U: M% H- P3 r( R
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 9 G& {7 i e- V6 B1 a( o g `
, l- @1 t$ r# a, b; j
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. $ G( y1 m# ?3 m) n
) M3 O J" |! Z6 p8 e
! z5 Z! T& U' Q( b+ D* e: B! @The argument listrange designates the range to be copied./ p3 x i, M3 Z5 }# f
, ^7 Y& |- Q- Q$ I, c
The argument of data type object designates the target table.
7 I' L$ k$ D4 t, @9 S6 t
) ^5 X2 V& b% u F6 t$ X) E4 sThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. , v6 v$ ]0 _! v, v$ I7 m
1 d# H V4 k. F4 c% U7 e3 {The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
5 ?+ x" D$ O7 q$ \- L0 J" PExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |