copyRangeTo
( c0 E( z% l+ S# ? [! B0 R1 I4 |Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); & E) @) j7 E5 u' Y b
* c! ?, A0 D" M/ c: M5 s
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
& g$ X0 N5 `0 Y! A2 {, C
; t+ y; I) {& W+ I# s9 Y) ]& b" P& D- v0 M$ ^) k8 u9 f
The argument listrange designates the range to be copied.
: x% M4 E% r" Z7 e* u: d' b3 \
$ b; X% a8 n+ E: j& PThe argument of data type object designates the target table.5 F3 X& Y0 ~1 e0 b- R
- m5 P( a U# L" }: ^1 k) oThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
2 U. @+ K5 Y: S* Q- l- g: v9 C
$ N1 y/ |/ M. ~The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. |3 }8 V7 }2 M9 V4 M* `8 L
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |