copyRangeTo . [& {- |% j. Z6 t
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ! z9 ^9 A- p$ Q( R U- P) A3 E
U; v( M O: ]9 x! m ~The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
, q# u& b- H. a3 s6 c( c5 j. H: m$ j# H9 F/ Z7 G4 s' [/ D
3 @, R2 u" |1 CThe argument listrange designates the range to be copied.- X$ s* \- g! v1 c! Z" s
' }/ r7 z4 Y! K% G
The argument of data type object designates the target table.
, f' h% T+ n1 x. u2 Q! |1 ^; V( }
3 E' @3 S/ x8 h) tThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. " @4 w' c6 f5 T0 q% M; `& X3 A
" e1 [0 W+ k- t- L) e4 {' |The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ( ?0 Q( l6 [9 y, W
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |