Application.getEnvVar()


 

Availability

 

Windows

 

Usage

 

mdm.Application.getEnvVar(varName:String):String

 

Parameters

 

varName:String reference to the Environmental Variable Name

 

Returns

 

A String

 

Description

 
Returns a previously set Environment Variable.

 

Notes

 

For use after mdm.Application.setEnvVar() - This command is available for advanced users, and certain software protection packages.

 

Example

 

To retrieve a previously set Environmental Variable called myEnvVar :

 

Result = mdm.Application.getEnvVar("myEnvVar");