copyRangeTo * N2 _# k+ [$ t; `3 x
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
( G8 ]4 @4 P6 r z/ n, w- ~3 v }4 Z5 Q5 X( ^/ z& G
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. % `: D1 A0 w) H S0 [$ c( s# V
, p7 z3 f9 E4 y7 t
4 x1 B1 [ n" T5 z5 h! r; ?The argument listrange designates the range to be copied.; C0 F* y5 ]& k8 Q4 Y
$ h) O7 D7 C, |+ ~! c+ aThe argument of data type object designates the target table.! @9 l* j# D- T# {
& U, p, S' [! A* R: `9 @ _1 S+ x/ g
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ' ~ N- a j% y; u
& v- G4 Z- R3 o- A/ K6 t8 S7 I
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
8 p9 }# W2 K, m: d ~Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |