copyRangeTo ' j. Y8 ~8 T+ I# a
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
% v' w# W/ t* f" A; q8 r. r( d- f1 a+ Y5 a1 Q; W
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
$ I6 Z2 D4 M; v: M' I7 o' _6 A
( X: l6 g+ o; I! R! d% q
! i* N5 _. r( h: d8 F0 aThe argument listrange designates the range to be copied.8 R8 U' O: y5 r& D+ s8 W
4 f9 j) S7 ^7 f6 X+ B/ N
The argument of data type object designates the target table.
6 u/ v$ q5 t) u. p
' }9 J( f8 D; I5 X& JThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ) j" \) \7 s4 g5 V1 e5 f0 E
' ]' V4 @: ^) b Z: q: w
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
+ w! A+ T& r( F' Q' I% p. K: uExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |