copyRangeTo " V9 Y5 h# i' s, V
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); # x2 |8 k& K ~) c/ Q
0 r3 T1 n; z1 I7 q
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
p' |- \2 R# M- r G5 r c# O, Z% d1 b1 r
8 x) D6 r p; O Y' N* ZThe argument listrange designates the range to be copied.
7 i/ w1 u% U) u2 K, ?5 \! r; z# y. ?! @
The argument of data type object designates the target table.; L; B) W) {7 Z0 L! R+ f
1 i0 `4 m( K7 g8 _3 P* LThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 4 z6 c8 W# c. X0 M4 u( t
9 o, s3 S- P/ N8 p0 B, G: m1 E
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 6 g8 c+ D+ H0 F0 _
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |