copyRangeTo
7 C! l8 l6 M5 W5 {' H4 P$ ] nUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
( n& b* v8 w5 u1 f3 [; _3 C/ ^; A& c+ f3 ?# A! C# _
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
# _7 q# G6 I5 c$ y( Z( o/ K6 g# |6 d2 q. v9 Z: d3 I6 K
) I5 f8 W {! S) v5 w- @The argument listrange designates the range to be copied.
9 b0 R5 O6 ?/ `# q* A" R; |* ] [$ k0 P5 A
The argument of data type object designates the target table.+ J' e, j' R" @; ?
0 F- I# |9 L W e% I% C
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
: L- B# o( Z+ P C: B5 i
# h; n9 F, c! n. rThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
3 E4 E( n* ~6 p1 UExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |