Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>cputype()</b> http://www.X-Hacker.org [<<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 that not be Intel is not 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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson