copyRangeTo ( U% x+ b& X) t
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 8 f1 ]2 E3 Y+ T5 Y) F
+ @# u5 b* P: h, |/ W$ UThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. / h. T9 p& E5 g5 ?( F+ j1 \- X' L
6 C- [( d4 @) V- e: m' g
5 n* M9 T4 o, HThe argument listrange designates the range to be copied., T+ ?8 J( K2 O+ ]
# q% `9 ?. ~9 ~2 ~3 A1 q
The argument of data type object designates the target table.
0 d- [/ Q7 x4 ]: v* S( `( y2 C, v2 V, _# e7 ?& `% `3 e& p
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
Y- ~8 c* }+ `6 P6 W7 s6 ?% {. }! }) U
8 M/ F# q4 H9 y3 k' cThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
7 ^5 Q {, ^$ T% {6 ?Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |