| 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.Examples
Query list of names:
MBS( "EnvironmentVariables.Names" )
See also
- EnvironmentVariables.Count
- EnvironmentVariables.JSON
- 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 13th February 2026
MarkDown version: EnvironmentVariablesNames.md