Previous: GetDate procedure To the Table of Content Next: GetFAttr procedure

- 4.69.2.17 -
Standard Units
WinDos Unti
WinDos Unit Procedures and Functions

GetEnvVar function

Targets: MS-DOS, OS/2, Win32


WinDos Unit

Returns the value of a specified environment variable.

Declaration:
function GetEnvVar(var  Name: PChar): PChar;
Remarks:
Name is the name of the variable to retrieve. If Name does not exist as an environment variable then an empty string is returned.


Previous: GetDate procedure To the Table of Content Next: GetFAttr procedure
GetDate procedure Table of Content GetFAttr procedure

- 4.69.2.17 -