copyRangeTo
" I0 i$ l* C, SUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 9 C9 {3 t5 B- Z
3 i& {+ \; ^% s6 Q# zThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 j: L# R3 e. h5 x6 b. w
; k) u7 }7 ?! v
j/ [' P, t1 a0 x+ i; JThe argument listrange designates the range to be copied.* N: {7 }4 T3 b" V0 x L
7 f+ @, ~3 H7 a- |) B0 E' X( ?
The argument of data type object designates the target table.' X: C" n( m! M$ y3 L$ K
) P7 P+ i k+ Y- W- }- ?" mThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
- Y& g& w" N6 [7 E' i" k" B' C+ D: l$ @) P6 t2 G! M8 I3 `: i
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ B+ K+ h# k1 [5 WExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |