|
|
|
|
|
WindowsVersion (Function) In french: VersionWindows Returns the runtime mode of Windows.
Version is int
Version = WindowsVersion()
SWITCH Version
CASE 32 : Info("Windows s'exécute en 32 bits")
CASE 64 : Info("Windows s'exécute en 64 bits")
END
Syntax
<Result> = WindowsVersion()
<Result>: Character string Returns the runtime mode of program in the current environment:- "32": the program runs in 32-bit mode in a 32-bit environment.
- "64": the program runs in 32-bit mode or in 64-bit mode in a 64-bit environment.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|