copyRangeTo
, F, [$ m% o6 u* d: |+ GUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 7 x0 K* g7 a7 t3 w# H( K8 Q
* D. H' X$ ~( m
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 3 E- X% F6 o; F8 a3 u
* [% _5 A) C+ k3 ]6 [( G' y4 Q7 W0 ]7 T1 U5 e
The argument listrange designates the range to be copied.
; r" f [$ {6 w6 P! I8 h8 s# Z& L" u5 P$ Q6 e
The argument of data type object designates the target table.9 L4 O$ |9 I2 `
5 g! N* L. C% pThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. " K: k- |3 D0 ~
3 N1 X- [/ `# `2 O# qThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
6 k8 ]3 `: o6 h0 T7 k" P- ? @Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |