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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
EnvironmentVariables.Names
Queries list of environment variable names.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| EnvironmentVariables | 5.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "EnvironmentVariables.Names" ) More
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
Blog Entries
Release notes
- Version 8.0
- Fixed EnvironmentVariables.Names to not crash on Linux.
Created 8th April 2015, last changed 10th December 2017
EnvironmentVariables.Name - EnvironmentVariables.SetValue
Feedback: Report problem or ask question.
Links
MBS FileMaker blog