copyRangeTo
( W2 e& f' J/ m4 V$ ?Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 4 [3 T. c U& E& ~1 s V& z
8 A: D% f* b9 sThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
@, y- p- k/ A" U* ?! _: c3 I4 J7 W/ N; F) }6 J
) W, ~7 U9 M- p1 zThe argument listrange designates the range to be copied.
& }& e" N9 e+ x; v+ m x
* V0 G# T" @( ?: R# t7 G3 TThe argument of data type object designates the target table.5 {. [4 b; }" s" c! y$ ^( G+ D# U5 q
: R0 D1 ~! [( H% `The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. e5 ~7 O, U( `) M( p7 r( ^* p2 N
! F, d! A3 ^2 u3 P1 pThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. * C2 n4 N/ ~4 l3 V) X; v7 K$ K8 o$ U
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |