ProcessorType Property

Applies To

System object.

Description

Returns the type of processor that the system is using (for example, i486). Read-only String.

See Also

ComputerType property.

Example

This example displays a message on the status bar if the processor that the system is using isn't a Pentium processor.

If System.ProcessorType <> "Pentium" Then StatusBar = "Please wait..."