MAINSAIL Language Manual, Section 32.62

previous   next   top   contents   index   framed top   this page unframed


32.62. $cpuID

Figure 32–62. $cpuID
STRING
PROCEDURE   $cpuID;

The CPU ID of the machine on which MAINSAIL is running is returned as a STRING, if it is available. If unavailable, the null STRING is returned. The CPU ID is unavailable on many operating systems; see the appropriate operating-system-specific user's guide for details.

On some operating systems, a configuration bit can be set to cause MAINSAIL to call a user-defined PROCEDURE for $cpuID. The user defines a PROCEDURE $alternateCpuID in an FLI MODULE called $aCpuID; this mechanism is documented in detail in the operating-system-specific user's guides for the systems on which it is supported.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 32.62