copyRangeTo $ } Q8 k9 @3 D) U B3 a
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
- ?+ W: L# y# [6 W! E
0 _" Z2 f$ C1 _9 O6 ~ E5 H$ fThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
7 f6 e8 V4 U. @5 R5 `1 c A3 X7 B4 G0 o- ]* x
( M) N# u( z7 FThe argument listrange designates the range to be copied.2 k; b6 G2 q& {- F' E) Y
5 W+ N* b2 k! V. R, T2 m% L* QThe argument of data type object designates the target table.
3 O# Y9 j* ~; d! N- y" f! }8 I* R, v: a- l$ \! R% b
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ; ?4 n b6 z6 A
4 D8 G5 u: T8 J* i# g+ lThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. % m( q5 t/ j1 n+ h2 C# P* Z
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |