copyRangeTo [# \8 M" k, }: q
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
1 D* b3 T. k9 u+ G: W6 L' ~. Z
7 J6 \( E% f0 b aThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
) E1 R& h& k7 |7 H! W
* `6 x- W2 B! K' D: Z; J; A9 a8 _7 E. {* z) e. d& Z5 e9 h
The argument listrange designates the range to be copied. D5 j' C: b9 F# `
5 a! }5 J2 c5 A7 ~# Q1 vThe argument of data type object designates the target table.3 U- }: g5 U0 y) d
* T) s3 P8 I# ?# B3 H
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ; ^( }: a) o! r; c( G4 V* m
$ l; D5 V N5 d- ^) {. J0 G- O- A
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
$ ]! e m, ?8 I1 E1 w' c7 dExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |