copyRangeTo $ d7 |+ z, V0 m
Usage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); 5 \! c/ J0 Q9 v; F" J8 e
# D: h" Z1 F2 Z6 }# fThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table.
( M9 I9 r7 K) o# p: C
9 g/ M6 f0 J4 i$ G
/ A( c! z( W4 K' O% S6 hThe argument listrange designates the range to be copied.
/ F& f) t+ V" t7 w; @5 Z9 r3 m' J9 F. O# ]" {& l& p
The argument of data type object designates the target table.; V% I6 M9 {) [( K" m# K
8 m5 [# z5 [0 y6 l+ a
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. ; {" |% r) V" [" B6 O1 ], Z' |
6 H9 o+ ^( q. i/ }9 h4 E$ D
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. % y( P: L. \% ~
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |