copyRangeTo , _5 R8 T# E; |! a# \
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
0 e6 O; S \+ v `. Y; Y' Q1 F. B4 c4 t" i5 \' [5 H! i" i8 J7 G8 ^; J
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ' @# O; \' d7 c6 V8 R
, W' M8 B D b) H0 k9 Z$ ]4 f D+ M! c, A& \6 e
The argument listrange designates the range to be copied.
3 J' V: i. f8 Z% T `: W' y$ F U( F' f/ U+ o9 t8 K: _2 W
The argument of data type object designates the target table.% N/ ~7 @8 }( r! g
5 P$ u# O7 ~& `: n1 A
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
* \ q" r" I5 x# ^. y6 T K9 o2 V" o( F( {# q% Z
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
# E% u7 k5 `, V6 D5 B sExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |