copyRangeTo ) P& @4 h8 q5 a+ O" ?
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
3 p9 A+ C/ k2 D8 r( v* n6 B5 p
$ k& @+ W8 m& mThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
/ n: c; A& f0 Q- q8 o! h0 _
' {- K1 c2 _/ W7 ]! ~8 u6 K5 R( I4 B0 E7 {' T3 V7 ^
The argument listrange designates the range to be copied.2 a0 g# x) F6 o4 J
# Z2 M A2 S1 SThe argument of data type object designates the target table.) n2 B3 |3 x4 h# y1 p2 m5 }* t
, ~; `1 l# P- R2 X- p* D5 xThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. / M4 T8 Z# N; @0 K) F$ u* A
! I" ]3 |7 H! F5 ]( z& z& k6 gThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
9 ^! x+ Z/ t8 x* U: o5 ]3 e6 cExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |