copyRangeTo
+ e& b: \! v! m7 B5 TUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . R8 X. J, L2 e; k
! p' E0 ?& `4 E; `) S* h
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. . o' C! A+ t6 J) {3 g X$ W9 P
. _6 K0 o. T0 B6 z! {6 O# k5 y
- i1 P3 ^) S b6 K, r/ C7 J. H5 }+ f% SThe argument listrange designates the range to be copied.
R3 Z1 `7 C3 n Y# ?! _! j( H f3 @ I* _5 z" z
The argument of data type object designates the target table.
* R) i4 O3 {& T, R+ \ O) ?5 E% N
/ B0 Z5 O; w- O8 ?3 zThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. N& E+ w. ] i! }% W; R" R
4 q$ V, w8 M0 s/ ?
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
1 R& W3 f, i5 ^4 H+ [& RExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |