copyRangeTo # J( [6 _9 s8 }6 a4 t
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
$ q3 B0 f8 l- ~7 F! W
' ~: Y" z& u. ]# S8 gThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. - }; F x, | [2 F e8 t/ [
9 F& a: ]) b) J- N: p: ?5 k2 j8 N7 p' X. t) A2 ^
The argument listrange designates the range to be copied.
& ]! n- `1 ?# |, g- p( i, w! k6 e0 C9 _5 ?* D w
The argument of data type object designates the target table.
2 b3 s( q b2 E- k5 d9 r8 e
$ H9 m- z' ?- E) BThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
' A) r, r$ Q) `; ~- t$ r6 H5 r, f' l9 o: `: O- r2 ?( a
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ( t/ J% `7 M9 U7 B
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |