copyRangeTo # j( b6 e, d8 o. j! K$ N+ h: Q2 I
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 9 c3 e) e9 s- q4 U- m
# O! S) N+ I$ ]! k( c/ ]1 P6 H QThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ Z+ r: B3 z- T$ s' k. P, a$ n- Y0 J, p8 F& l. G; V% o
" l5 l+ q: A# J7 V/ ^! O/ {
The argument listrange designates the range to be copied.# c3 m$ C0 _, I# N3 I( d
5 j& A" ^6 c" ]. RThe argument of data type object designates the target table.# n( x$ A% i8 I* n. I- [- {* |8 ]
6 Z3 Y {" O1 [
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
* p! F1 \# L8 d4 [/ W+ c$ X# N
+ S5 W# o" P- L8 q8 X+ _The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 2 a5 i( j) ?: L9 ^. Y0 j- L
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |