copyRangeTo # |# K# ^* N4 s+ k& G& [ n/ t+ F% ~
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
$ ^; p R2 V7 a: F; q" }, d6 R1 c4 c7 Z) n. @6 b1 h G
The method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
- j9 [8 J; P; p, o) q S! s# E* B% P
& \/ v2 \6 I% r. p( @The argument listrange designates the range to be copied.
/ K$ G: C& R/ G1 o8 N, f. {
/ h( N# F+ }, f7 YThe argument of data type object designates the target table.9 u5 B8 z1 f. r: i+ r( ^7 s
^. C7 h. [! s/ E* I$ r1 Y
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
k$ c+ x9 W0 U) W; m2 w8 O8 b
5 L9 ~4 ]$ I& l# J$ C% B' uThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range.
3 @# j' m) \& M! t. r2 {8 VExample: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |