copyRangeTo
3 [: W* a9 ]/ u* I$ ~0 lUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
7 E" z' ?3 z$ } h; p. @ A/ m* o- C, X) C" E; @% X% G. s! w
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 2 n* q8 f0 M- Y
( q/ d, k% k e2 m( B6 }' {
- _. ^3 s% f" X% ^* NThe argument listrange designates the range to be copied.
0 P% {( a8 k0 B4 N& p h* v. ~6 |1 C ?- g
The argument of data type object designates the target table.
" ^ E4 R$ l' Z5 r. T& C, S# I* v9 R" K* u
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. # c; R) o1 z+ S
, ?) L# ~; _# u; r6 k# {* sThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. $ G. A4 L2 ]% W6 l* M4 \+ m& l
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |