copyRangeTo 8 i3 o( a+ n% v6 G* v) M7 t
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , ~. R+ ?2 r! r
9 d7 s4 @' l {8 n
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
: Z; N0 L" ^) }7 U1 ?1 a O+ B4 [- p% S
" v9 K( m: c5 I1 c
The argument listrange designates the range to be copied.8 g0 k" f% V. D0 C% y9 P
5 B# }8 p8 o+ g# ^1 ?
The argument of data type object designates the target table.
5 Z8 h+ c W! R2 w; {. x8 S" t' K1 u$ B
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
6 j, j" r' P: X4 I7 E: z4 Y% u! @3 M' j* G- i4 t
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; U" |" G: Z+ Z. q1 x
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |