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. |
WINDOWSVERSION | The Windows version number. |
USERNAME | The MedCalc user name. |
WINUSER | The Windows user name. |
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. |
DECIMALSYMBOL | The character used as decimal symbol (see Regional settings). |
LISTSEPARATOR | The character to be used as the list separator (see Regional settings). |
PCNAME | The (NetBIOS) name of the computer. |
PATH | Returns the current directory. |
PROGPATH | The path of the MedCalc program (medcalc.exe). |
TEMPPATH | The folder where MedCalc stores temporary files. |
TICKCOUNT | The number of milliseconds that have elapsed since the computer was (re-)started, up to 49.7 days. The counter has a resolution in the range of 10 milliseconds to 16 milliseconds. Its value is the value obtained from the Windows GetTickCount function. |