copyRangeTo 0 F; _& U8 I4 U+ W! F+ r" l
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
2 n# z: e: y) L+ S& y5 ^( n) H8 P6 j4 A" O
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
+ L9 P) I8 S4 a" I' @
+ V9 d' v* @3 {: b2 D1 w/ ]; a6 x& M' }, |, ]7 h5 V
The argument listrange designates the range to be copied.
8 w+ d2 N" F i7 y$ B
* V3 j9 R6 `. t' ]The argument of data type object designates the target table.
9 ]" S. Y" O; w9 J5 Z7 z( H! j! Z' a6 I1 v
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 6 w9 d8 E6 U, h% O" A* w
( ~1 i$ ^( i" |% `" t+ b0 X, E& fThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
7 K- I9 d& z- K; |% F: P# i! F5 AExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |