copyRangeTo ! T# d6 a/ X3 ~. R2 U! j9 u/ q8 _
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ) X9 z: u( o J7 ]% g9 l" \
2 }' Y. J8 }. S5 m5 _7 tThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
9 M: n7 [- Y- j$ b2 u+ k% h1 h; n8 g$ J& W% D; ?+ x3 V
3 `$ r# Q% Q* Y3 ^: \The argument listrange designates the range to be copied.) v! y- `" b9 | Y# y9 U
W; B, L8 m/ |4 M" e! V$ ^/ rThe argument of data type object designates the target table.
" o2 c$ c8 Z% c$ ]# I. j" v, `4 ?6 L# O$ u: b$ B5 u9 ?8 w
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
9 D5 |- @7 V* E/ w$ j; z( G. f& L8 M' f H0 c# F
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 8 B+ Z. N0 p! j3 q6 {
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |