copyRangeTo & b e5 n; K, c0 I5 r/ g1 h
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); , o5 L- A1 \; Z [. i; S
5 g( O+ H& N. `0 J& n. W7 mThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. ) `6 e* r/ J x4 u6 S9 \# }
5 @) e- m3 l$ Y' y9 f
+ ~* `8 A5 T' ^: D) ~! Q8 F6 D, g% rThe argument listrange designates the range to be copied.8 Q3 [. E. o4 h
& M& f0 U' i& n2 J% L% GThe argument of data type object designates the target table.) ]" i8 r3 s, G' O: b
$ R4 a6 _( L& e8 m5 [& e4 yThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 5 y$ u' z2 R. f* h3 p
( Z0 f }$ _6 l1 W7 j4 u
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
, j0 j$ P% s# p% K2 XExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |