copyRangeTo & m/ J" W$ t: l; s# |& S
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
" k, \0 F5 V1 L7 J
: Z6 S# k3 L$ X( @1 f& JThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
) W6 E, f7 O$ Q! f" n- e6 Z
: B6 Q( u" M/ X- i6 S t
1 H5 ~5 b7 O+ p0 l3 uThe argument listrange designates the range to be copied.2 N6 h1 Z1 i/ r: ^; ?6 F4 c2 N1 f
2 c1 D; r4 v) d \8 a0 V8 q" D1 j
The argument of data type object designates the target table.
0 i4 o4 P4 q2 P" W' r( b! P% Y: o: w) w M" q
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
/ `( W- {" \7 \/ ?1 k Z3 p2 c' ]! R' I( v% B7 v# W
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. + a; S" T4 Z4 \* w# z2 E% j
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |