Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- EnvironmentVariables.Count
- EnvironmentVariables.Name
- EnvironmentVariables.SetValue
- EnvironmentVariables.Value
Release notes
- Version 8.0
- Fixed EnvironmentVariables.Names to not crash on Linux.
Blog Entries
This function is free to use.
Created 8th April 2015, last changed 10th December 2017