copyRangeTo
( J6 c1 K8 [$ b" d1 bUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>);
% w# k/ ~8 K% P* \/ C& R
1 Q, D* f. f8 T8 f. ^' ^2 k) aThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. $ C5 n# a4 l, v" E( X) @
6 `2 R, E/ T$ q [% |, Z# @- q$ t2 _7 y" I. h# c" D
The argument listrange designates the range to be copied.% p( C( l4 {, E
, l6 F K7 N r. v% ]The argument of data type object designates the target table.
0 J3 f: n B* D! Q. b/ J" ]# u' G) m( q
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
) a% h) p6 Y8 Q. b: E1 b5 n
/ U1 ]( N; c5 e. F, B+ m8 MThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. 8 X. Z9 c" h v) y+ O9 I
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |