copyRangeTo
# B) V( c/ `) `Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
, m9 z8 y/ s" _( t. ]2 d7 g' R9 k' m8 |/ A2 H
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 7 c! ^9 B8 W8 Y! Y9 x
" P% R; n* @: V1 j
& M! l4 H5 o) v( `9 m- O% JThe argument listrange designates the range to be copied.0 n" e( g, e' R" m8 W8 Z
8 ~5 j W4 q+ ^3 O; y; O. A, QThe argument of data type object designates the target table.3 T- b0 o3 S# I. P7 O
q: A* }9 b2 a# A9 TThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
+ v- o% K' F0 y% J2 Y- n+ S, V/ z+ G
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. , M M1 x7 `7 B4 p& l$ Z
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |