copyRangeTo 5 K9 a! c- n6 f4 F
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
; g7 b1 r( U1 p8 k" v! b+ l. P9 ?- a$ e: a4 P: g# `
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 U( L @" x# z( }6 W3 U" E
6 V! H$ N+ z$ U( B9 r9 M6 @( u* \4 l+ Y+ s/ x [
The argument listrange designates the range to be copied.9 z4 I6 f+ x& ]: T2 M
; p2 C% z& p$ p3 ~& ?+ d
The argument of data type object designates the target table.
6 J+ H4 q) V9 t9 U
+ `! K/ { K) o8 vThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 u8 ^+ I4 a$ {/ b7 W0 Y
9 X" V/ x8 E2 Y! C% [1 r
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
1 L- x1 I1 R8 Y6 `) jExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |