copyRangeTo
/ r2 u& a7 `/ wUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 3 B" ^. S& T7 S* x" r9 |( }
2 M* C- F, e' d+ A( e8 R
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
) C8 e) e9 }& I# d/ c
/ d0 f) K' W8 D9 N p0 M: k6 ], s+ q% `0 B! X
The argument listrange designates the range to be copied., q# {+ Q/ k. K$ l0 Z; [
9 i) ?& t Y: A1 ^3 j
The argument of data type object designates the target table.; W- g' A5 O) e
8 G. F1 o3 w6 |& b; [) M! r
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ! t% P/ ]* F, a8 K
4 ~- P, l; r9 z# PThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. & X2 o, I5 J" s; d' o" h/ V
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |