docs

Home All functions Categories

vuCPUMake()

vuCPUMake(), CSTRING

Description

Returns the make and model of the PCs CPU.

Parameters

Parameter Data Type Description
None   This function takes no parameters

Returns

A null-terminated CSTRING containing the CPU make and model. Possible return values include:

Example

MESSAGE('The CPU in this computer is a ' & vuCPUMake())
Home All functions Categories