INFO function
Description
INFO(identifier) returns computer and system information.
The identifier can be one of the following:
Identifier | Meaning |
---|---|
MEDCALCVERSION | The MedCalc version number. |
PCNAME | The (NetBIOS) name of the computer. |
USERNAME | The MedCalc user name. |
MCLICENSE | The MedCalc license serial number. |
WINUSER | The Windows user name. |
FILENAME | The name of the MedCalc file currently loaded. |
PATH | Returns the current directory. |
PROGPATH | The path of the MedCalc program (medcalc.exe). |
TEMPPATH | The folder where MedCalc stores temporary files. |
OPTIONSFILE | The path and file name of the MedCalc options file. |
OSBITS | Returns 32 on a Windows 32-bits operating system, and 64 on a Windows 64-bits operating system |
WOW64 | Returns 1 (=TRUE) when you run a 32-bits MedCalc version on a 64-bits operating system. For more information see WoW64 on Wikipedia. |
NETFX40 | Returns 1 (=TRUE) when the Microsoft .NET Framework 4 is installed. |