ArchReserve Function
Dynamically acquires the arch numbers available in the current library.
Format
ArchReserve
Parameters
None
Returns
Reserved arch numbers
Description
By reserving arch numbers, you can use it without it being used by other libraries.
Unreserved numbers from 7 to 13, are reserved in descending order.
The information defined for the reserved numbers are temporary values that are cleared along with reservation when all tasks are completed. Alternatively, you can clear the reservation by specifying arch numbers in ArchClr.
See Also
Arch, ArchClr
ArchReserve Function Usage Example
Integer i
i = ArchReserve
Arch i,20,20
Jump3 P2, P3-TLZ(100), P3 C(i) 'Operation using the reserved arch numbers.
ArchClr i