copyRangeTo
* d# g$ V6 {( E, T o; z& ]- c( x: bUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
& I8 m- ?6 n* Z4 J3 u
- m! d! c% I1 a+ H% QThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
6 l Q# t% o7 r7 z
# h) E& E: x: `* \, X! e
/ U, F$ Y& _" P& n3 T7 O7 w% RThe argument listrange designates the range to be copied.
: C! D+ k. [ |' ~* d$ {' r9 N2 V# R- V& P! F
The argument of data type object designates the target table.
3 w' H9 I0 p5 e0 P+ Y" c# S k. s j
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ' {1 R0 M/ H- V- T4 N
: t5 Y1 U( f7 _The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
! ]% J; A* n1 n- M8 tExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |