Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

EnvironmentVariables.Names

Queries list of environment variable names.

Component Version macOS Windows Linux Server iOS SDK
EnvironmentVariables 5.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "EnvironmentVariables.Names" )

Parameters

none

Result

Returns list or error.

Description

Queries list of environment variable names.
Returns empty list on Linux as the environment variables are not publicly listable. You can still query some, if you know the names.

Examples

Query list of names:

MBS( "EnvironmentVariables.Names" )

See also

Release notes

Blog Entries

Created 8th April 2015, last changed 10th December 2017


EnvironmentVariables.Name - EnvironmentVariables.SetValue

Feedback: Report problem or ask question.