copyRangeTo V0 U* i- }3 o" o* A' `! m3 f
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); # d3 Z8 o& e- E2 F- _2 t
) l: r' K' ?* {7 v" m8 U mThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - \/ n6 n5 l0 h6 O
" O2 D5 |& V) q m4 ^0 V- V6 C- _0 x, j+ Z- }4 j' m$ I1 G# r
The argument listrange designates the range to be copied.0 a: @! C4 J, @0 D ^# {
' c% Y; Z1 v$ [5 ]6 p8 YThe argument of data type object designates the target table.
; t: M) ~0 M: a7 t6 F4 U2 A+ @) `
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
3 M- `; J! c* @# w+ {- i( o( f1 \$ ?, K# j
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. / R# F- j; }" S/ D- ?8 t' T
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |