copyRangeTo
- f) e6 j! @# \0 W4 x5 S5 oUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
: p7 E6 z0 m6 K: }8 H. D
; l. Q' ]& n% k9 T4 RThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
" }/ {$ @% w c4 g8 ]
) v) c# i3 D7 P/ D6 c! j+ E+ n) F' @5 d" h; r+ l. x( I
The argument listrange designates the range to be copied.4 u7 `9 q* l' L8 n
+ u+ h q. k% M
The argument of data type object designates the target table.7 s8 y6 l7 b: E) g/ H0 ?
9 p5 d* U5 W3 j% f( i
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 ?7 v3 b% s* X4 C! p9 f& c* _; F
9 z7 s3 ~/ F6 g9 }, \
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; q' z( U2 b+ I/ Y! o
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |