copyRangeTo
( Y0 w/ @; E' w0 RUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); : g0 Z* Q6 U& o' U& h6 U% O! M
1 a; h/ ]. ~( y5 m7 l! u: oThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ C+ m8 J) y( S! x+ b; W T& p0 A, e; i( n: ~# O& k
' x1 ^9 R, b9 s8 [5 }( i
The argument listrange designates the range to be copied. W% q# F" @( f: J2 V Y) M2 y/ N% c
$ C. W( U4 H# Q
The argument of data type object designates the target table.
2 K1 I7 [! K+ Y: Z; L! I. l8 m
6 ~4 {6 }; D) a3 q7 H( BThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. . C: j L4 L4 ^+ t% E3 z
H( L6 ^. G! q
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
) i( R3 C% n# R5 ]Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |