docs

Home All functions Categories

vuCPUSpeed()

vuCPUSpeed(), Long

Description

Measures the speed of the CPU and returns the value in megahertz.

Parameters

Parameter Data Type Description
None   This function takes no parameters

Returns

The speed of the CPU in megahertz (LONG).

Example

MESSAGE('The speed of the processor is approx. ' & vuCPUSpeed() & ' megahertz')
Home All functions Categories