copyRangeTo
5 W. D/ u+ Z8 H4 Y- O' {; q* f( YUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ( z. N$ j& _- `: J
7 y- Y& g# D) vThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. * ^ W1 @ Q3 V4 r
( A/ Q; g3 E! I$ E! M
! l' w' {: u3 F& LThe argument listrange designates the range to be copied.' r4 k" }( ^5 u1 e! q0 B
& p9 g1 \8 }/ ^( r
The argument of data type object designates the target table.9 ~$ }0 j/ I" ~0 A8 G7 t" U7 k, [
( m2 H X% l6 x8 y7 Z/ K
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 6 z* b, }! t6 Y
/ n8 \/ t9 M' e! v
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. / o1 [+ I5 Q' A6 J3 r! N
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |