copyRangeTo ! ~' f' z5 L2 k- Y7 d7 a. P" Q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); * J* X5 ]6 Y0 }! U: A; W% j7 L
; ^0 }$ Z: E h4 f5 L( G1 f9 z
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 2 ?4 Z# K/ t- q% C% f* o
( H6 j. W* L8 E" z5 k) |& r8 S" X8 Q$ ]' x
The argument listrange designates the range to be copied.6 V3 `% @" j5 z' K; Y) d2 D/ C( j1 h
% J! W; B7 D" G& jThe argument of data type object designates the target table.) U5 z4 \* g0 [9 v
* b+ e% k6 _' X* e1 {
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. . I- \# j5 S# L! h% q1 Y! v4 {
+ M8 H6 f4 l* D6 R4 {2 h- ?The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
3 J+ K8 ^8 s, mExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |