copyRangeTo
% [* r/ o e6 ?% L. M3 x0 O% Y- PUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 2 l. L7 \- S J8 m: w0 P4 I' k
3 ^! V# M7 }1 @$ \ L+ ?
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ( |( O" a, q& f
# [; r2 H% o1 Q7 E/ K2 j% L2 i8 ^6 }. f+ p: ^2 Y5 l
The argument listrange designates the range to be copied.( z1 D% P* Q# Q: t
4 K1 W. b) [# Y
The argument of data type object designates the target table., O6 [% a( j, ?, L) @
0 B7 T, s/ N0 r! m4 DThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
1 E+ m5 i0 J- J$ J0 S! t0 D. O! W8 f" z6 }$ _* X, h3 I2 ]
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; n) m' ^! x0 @, `4 p2 z
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |