copyRangeTo
# T1 U/ B( A" b3 M. xUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) O' W; P( y+ M E* s1 {7 f% f
1 h) j2 C3 ]8 p- t+ f( cThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 6 k, u5 C5 e- q+ p M# f; |
# }% C/ Z1 o7 S5 O
' ?7 ~8 g. m' T1 kThe argument listrange designates the range to be copied.
# z' Y# t( s8 f( a7 \# {9 N) y
The argument of data type object designates the target table.
! }9 @3 h: C8 T& j# U' e
. T; g% j2 L$ m- Y! q5 X1 q# nThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 j& k0 D7 [; v
# b0 _ b: V& E; {) l3 f
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 6 P2 o$ w* V, ?9 x- P$ K
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |