[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
CpuType()
Returns the processor type
Syntax:
CpuType() -> nProcessor
Description:
Returns the kind of CPU that the system has, following a process
published directly by Intel. The compatibility of this function
with processors not from Intel cannot be guaranteed.
Return:
Returns 86 for a 8086/88, 286 for a 80286 or 386 if the processor
is a 386 or greater.
Example:
If CpuType () <= 286
? "You need a new computer"
EndIf
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson