| Home | All functions | Categories |
vuCPUMake(), CSTRING
Returns the make and model of the PCs CPU.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
A null-terminated CSTRING containing the CPU make and model. Possible return values include:
MESSAGE('The CPU in this computer is a ' & vuCPUMake())
| Home | All functions | Categories |