copyRangeTo 1 ~4 u& K; w, @' J% @
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
9 w k4 c2 b5 H8 T) J& R8 L& p5 { W3 U
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 3 t5 S. d' W$ D# P
! K; b% z5 T( u- O! z; L
, y* [: P- D9 }, ~( SThe argument listrange designates the range to be copied.
2 t* b$ ]' _3 j) P# m# {! w
7 m: k' u, B0 ~& c: _8 [) tThe argument of data type object designates the target table.
3 x; V/ R. e3 l) t3 C+ q, v. @1 @5 V6 C- n, E8 ]3 D. \4 N! Y
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 0 t+ N' L! R8 m* B" q
$ a) P: i$ k! [9 Y, k1 [+ }) F
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 5 L) u& J( @- X5 w& u
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |