| Home | All functions | Categories |
vuCPUSpeed(), Long
Measures the speed of the CPU and returns the value in megahertz.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
The speed of the CPU in megahertz (LONG).
MESSAGE('The speed of the processor is approx. ' & vuCPUSpeed() & ' megahertz')
| Home | All functions | Categories |