copyRangeTo
% O! F. n. l6 |" n9 UUsage: <path>.copyRangeTo(<listrange>,<object>,<integer1>,<integer2>); . W, ?! B9 w6 K# X6 V# F/ n H
+ X6 k0 m9 t6 U- aThe method copyRangeTo copies the designated range of the source table designated by <path> into the target table. . ^. e/ A7 u1 n* i
- V) g* B$ ]" c b" A4 [
3 D, v5 ] L: \- tThe argument listrange designates the range to be copied.* y! v/ }0 }. ~! K2 C( Z+ n
2 D ~! V* z7 j* q; N% k8 m% Y
The argument of data type object designates the target table.3 j3 }7 i" s( b
# o+ B' B0 \9 w5 y) |9 B2 P4 j- [
The argument integer1 designates the column in the target table, where Plant Simulation inserts the copied range.
+ z9 V" A' k3 L9 \7 @ D* j' j! b
! b! |4 u/ J) l1 M. TThe argument integer2 designates the row in the target table, where Plant Simulation inserts the copied range. ; C; B3 R) r" I
Example: tableA.copyRangeTo({2,2}..{*,*}, tableB, 1,1); |