copyRangeTo
+ K2 A9 h8 n9 HUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 {+ B4 ~3 _7 a, v- l; o/ L/ N2 k3 q
: N v5 S) ?- f' g
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
: D$ L5 f A* i1 ~# Z- A7 G" [1 m7 Q8 h5 E! V, T. I
" Y9 E- n" R, {% S+ q% y$ K
The argument listrange designates the range to be copied.! ?( X `8 F' ]8 w( n
' A2 e" j# F' j# y% E0 l
The argument of data type object designates the target table.6 }# x1 K+ R5 Y9 ]
% w5 O( z1 f# O! k# e/ }+ A2 y/ ZThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 5 E' m5 ?/ N2 ?. C9 ]
( e; h' w. x) |( x* b5 U, CThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. . J3 E9 ?) S/ S9 p) U: H0 g
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |