copyRangeTo
- U- ?2 Y" ?; ^# O i2 l; dUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); ( A. ], d& r1 v5 v7 C, |; D
' W4 X9 e: O( h2 R5 t: M. [% d; Y+ xThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. 0 o2 \9 l% R2 a, q0 ]
2 u m; n; {) T4 `. a5 C6 x% K) k2 B" \! K: N6 J$ G
The argument listrange designates the range to be copied.
% y- S8 F" u9 Y" s
: K& i0 K3 n5 H+ ^# O* FThe argument of data type object designates the target table.
5 ]3 h3 |. K2 y+ `2 I6 K% E0 v& O* I7 k) O! j
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range. 1 C& J. H, R$ \% l, v
: O/ O; p$ D6 h( I+ s
The argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. , Y5 V7 T* u8 j5 y
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |