copyRangeTo
- V( n$ \9 a& J" w- z* ^" TUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
@/ N% w& w Z0 ~" G" K* L3 d) ?" g# M4 ?/ e' n5 E) V$ f
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
/ ^6 x. |' k0 h" x) K
/ o& k/ s; V8 X6 ]) G2 k
8 o+ t$ {1 b% u( nThe argument listrange designates the range to be copied.
; s( W* g+ S9 }' D8 I) h; E+ G8 T4 `: M" \7 a* y) X8 ~
The argument of data type object designates the target table.
: L8 @$ d0 ?3 Y5 t
2 Q8 E$ J. q7 \' _The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. " F* I: p9 N* R9 T! l
& [ |! d7 z; Q5 v
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. * N6 R7 Y ^% A+ b# t+ N
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |