copyRangeTo
; t! v {6 H/ A' h2 k. BUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
h# L4 H" Z9 Q. J3 h" x; Y/ H, E7 k/ E
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 3 y, _+ M8 s) X+ @7 r
; h* C2 _( P! j. e6 |! L
2 a& Y" H: L. r( z/ ~) rThe argument listrange designates the range to be copied. F) i- z3 u. q+ I$ W
: V9 E. `: M0 y
The argument of data type object designates the target table.
+ c" [6 T" }+ ^8 D7 t, `2 A7 O: T1 K7 L% d
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
3 X: s9 D1 T4 Z+ _) m0 c0 D: g3 x& U* z. j) U0 U
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
% ?; N$ S/ S6 u/ G, f2 _; _Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |