CpuClass

Prev Next Home Home Table Of Contents Index

CpuClass : Number

Reads the type of CPU you are using and returns a number.


 1 - 8088, 8086, 80186, V20, V30
 2 - 80286
 3 - 80386
 4 - 80486

Example:
var Temp Temp = CPUClass ;Read CPu Type into Var Temp

if Temp = 1 Writeln "This System is an XT Class Machine!"

elseif Temp = 2 Writeln "This System is an AT Class Machine!"

elseif Temp = 3 Writeln "That 386 is a powerful machine."

else Writeln "Do you really rate having a 486?"

endif

See Also: CpuName McpClass

Category: System

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home