Difference between revisions of "MC-Basic:SYSTEM.CPUTYPE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?Sys.CpuType<br> ?System.CpuType |AVAILABILITY= All versions |DESCRIPTION= Returns the type and model of the CPU found during the system’…')
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.CPUTYPE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 30: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 38: Line 39:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SYSTEM.INFORMATION|SYSTEM.INFORMATION]]
+
* [[MC-Basic:SYSTEM.INFORMATION|SYSTEM.INFORMATION]]
 
 
  
 +
[[Category:MC-Basic:System]]
 
}}
 
}}

Latest revision as of 01:45, 2 May 2017

Language: English  • 中文(简体)‎

Returns the type and model of the CPU found during the system’s power-up. Supports only Intel, AMD and Cyrix processors.

Syntax

?Sys.CpuType

?System.CpuType

Availability

All versions

Scope

Task or Terminal

Limitations

Read only

Examples

?System.cputype

Am5x86-WB (133, 160 MHz)

See Also