copyRangeTo 4 T! v- u# _+ z+ s
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 }/ F* P0 m1 B! h6 `. s) ]( a3 O3 ]& t& H. U
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
' X; L( z) u0 B' t1 R( F! _2 \6 C/ t
3 _: v# l* e/ ^
2 H/ \( F N5 }# ^0 BThe argument listrange designates the range to be copied.
1 E7 r. f( [& N- ^4 ?( Y2 i7 l0 v- _
( V" S! r$ [8 v3 O. c1 vThe argument of data type object designates the target table.. Y2 v, K' Q+ d- l, P" n% A' ^
+ }4 Y. \) G6 C5 r4 u2 H4 LThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
! A6 t3 i6 y7 e1 d. ^" _ I: J2 v. F. ~
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ o2 u4 r0 @. X+ `) m: _- ~" cExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |