copyRangeTo + E. I# S: o! ?. M, R; f
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 1 w z T& R5 L& T- N6 C
/ {' ?/ Y5 \, C& D# cThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
/ a5 ]' X3 F' Q: r0 o% _" C6 @$ @, c+ l# ]7 Q q& P3 V
, s0 |7 z8 d' X) [7 f% G3 r# yThe argument listrange designates the range to be copied.
4 c! x) g# K8 B8 S! y$ n9 u, ]% }
- K" E$ @, P7 v/ b9 |, v DThe argument of data type object designates the target table.3 N3 u( b& y& {' b g
9 |7 B0 m# K( lThe argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
/ j! ^$ ^. |1 a/ u7 z. S' r( P4 ^; S/ l& Q& ?0 `* P
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
& _6 U3 n5 p' q5 ^2 jExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |