copyRangeTo + f& r2 T8 D R7 B: j" y
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); / ?0 H6 r4 x( F" L/ \8 F
, U8 u+ O2 y, q; r: A7 w2 DThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. + d( I( J! L. x7 R: T* M3 d
4 P2 S* W! i M. G
9 p( c+ c7 ?/ t+ }, w$ fThe argument listrange designates the range to be copied.
# \! ~ l d$ c! z$ m
( A0 u4 e& \$ OThe argument of data type object designates the target table.
/ B' X ~4 @& V9 B4 g% _1 L4 p
2 i0 e; ?, a' e% v% T) H- R5 y5 uThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 3 }- j4 o9 } \1 ^ }
# E2 _2 y0 w$ ~- \( V) yThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 4 c! F: W- ]' e T! f5 c
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |