copyRangeTo + o7 r/ m# j% {, @
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 O' l# K* C$ t
- Q* ~3 R1 t4 _' l% rThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ( ]+ V) I5 Y7 S3 g' f$ v8 D
' v! E6 [7 |# _/ V# i+ J
2 l6 r& ~+ ~5 ]7 }The argument listrange designates the range to be copied.
( C% p% f2 E, J5 G: m/ o* n5 m3 x h' G( T6 u/ E7 o0 L
The argument of data type object designates the target table.
+ z. k. k6 F4 U. @! s- v' O0 y) Y
3 i, T1 l6 R, O- n) YThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
( P M* q1 F$ U- P1 ~% Y" C/ g& {& D6 ~- X m
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 1 A9 X/ `( }$ q" ?
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |