copyRangeTo
: }$ r Q* S$ C+ Y# T9 c5 m( aUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
! S) k# q0 Q, H3 q
% A& X% S& }; m8 T! H- t; t9 ZThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
! v$ F3 P+ l+ T5 F/ X8 |: e: A+ Y; g& `1 x- t3 M) d9 d, Z
2 ^4 O# D9 _ p! nThe argument listrange designates the range to be copied.& K9 w5 B g7 J
8 _7 j' I5 d/ d: M: ]7 p% q, R
The argument of data type object designates the target table.) `. P- i! X9 f
3 Z9 Q9 R! H. H; R
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
' N( n) H# ]4 @& q$ T9 O0 O% a& h3 C. ^% y4 B; x6 N* J& d1 y
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 9 l3 K# i% }0 H
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |