![]() ![]() ![]() ![]() | Table Of Contents | Index |
1 - 8088, 8086, 80186, V20, V30 2 - 80286 3 - 80386 4 - 80486Example:
var Temp Temp = CPUClass ;Read CPu Type into Var Tempif 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 |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|