copyRangeTo / C& F O* q! I2 F$ r7 v2 P
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , ~4 v5 B$ v4 z8 Y
+ B7 l( L- O4 a; x7 @! NThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
$ T' [2 G8 l2 \
2 m7 d3 f" f( y1 ~7 M9 u( n9 m! W: e* p, o S0 m
The argument listrange designates the range to be copied.$ Q7 P& F2 q* k( T+ y: w
( r" G! H# M( {+ [" T2 G
The argument of data type object designates the target table.
; Q3 I5 d: Z, R
: D* Z6 v; u/ }. @" j3 _) yThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
) o# h: o5 s+ M0 q& {0 c' h3 K% I6 p9 r% p% d
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
, n$ b6 F$ ^: ~- ?Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |