Syntax |
Basic.Architecture$ |
|
Description |
Returns a String containing the CPU architecture on which BasicScript is executing. |
|
Comments |
The following table describes what Basic.Architecture$ returns on: |
|
|
Win32 |
Intel, MIPS, Alpha AXP, or PowerPC |
|
The Basic.Architecture$ property returns an empty string if the architecture cannot be determined by BasicScript. |
|
Example |
' 'Print the CPU architecture... ' Sub Main() MsgBox Basic.Architecture$ End Sub |
|
See Also |
Basic.Processor$ (property), Basic.ProcessorCount (property) |
B |