copyRangeTo
7 }5 }- V9 K7 V: | MUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
) a! [7 B* L1 R; U6 O9 }( |. R' c) L* H; z$ y3 J" t/ k
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 4 |4 N3 v; W* R/ ?! a) p0 s7 h) t: e
0 }: ^! _0 }5 @8 m: R2 B0 M2 l% `
" h& B' U4 Q. P1 y3 W$ @- {& J0 FThe argument listrange designates the range to be copied.
5 |& m) j8 t! X4 u
" \2 `7 ^* ~0 y0 |5 JThe argument of data type object designates the target table.
5 i7 ?# |2 {1 L, t! b' u; m, Y! H* [/ O1 ?
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
9 m: |! s. |7 F/ v z9 K9 m7 N( c1 O; a# b% F3 t
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
0 Q) ]* h2 t5 p8 ?- k8 vExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |