copyRangeTo 3 H1 G" P: ]0 B, D( L# L. p! R2 P" S
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); $ p& d1 f- c5 ?$ Y' N
, ^# x4 M& _9 c) ~2 {/ _# UThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
?1 ?! t7 N6 G- j- F1 |
5 d0 Q3 D( J8 l% G" g/ L, F
& F9 J# i% J9 x; H0 y2 B8 _The argument listrange designates the range to be copied.
p4 q* D% d, @9 H& j
2 n, l! N# o7 n+ l8 {5 T. |% uThe argument of data type object designates the target table.: X% W$ T- M" n X5 m6 l2 r+ }, y
# p, U) |7 C: W+ B3 FThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 g$ @. j3 S" F1 f* _2 M
- k5 [ E: L5 v- h3 EThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. & K9 } T# \9 d/ C p( l
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |