copyRangeTo
) l: R# S! R [$ tUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
5 N" h7 v$ m5 d+ y; U( ^) O4 B9 Z2 E9 y$ c/ x: C1 k/ r( r+ f
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. $ o" l c1 o: s7 R" ]
: T2 E. |0 o" q9 z F% A3 t9 z2 f; R7 c. U+ M, v+ d- v3 ]
The argument listrange designates the range to be copied.2 _; s0 k1 G; q
6 `4 _# `( r Y+ d5 \The argument of data type object designates the target table.. d4 U1 s4 c6 z$ R; s: ~4 K7 ~" M
, ^ C% I. e' P0 [/ q
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. $ H1 a( [" y4 _5 s6 p. l" O, J
8 y4 O ?! `1 @, G7 N& v2 l1 DThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. " U( C) g- x9 |# e$ r/ N
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |