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.ClearValue
Clears a variable by removing it from the environment.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| EnvironmentVariables | 5.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "EnvironmentVariables.ClearValue"; Name ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Name | The name of the environment variable. | "test" |
Result
Returns OK or error.
Description
Clears a variable by removing it from the environment.Only visible within FileMaker application and subprocesses launched after the change.
Examples
Clear a variable:
MBS( "EnvironmentVariables.ClearValue"; "test")
See also
Example Databases
Created 8th April 2015, last changed 8th April 2015
Encryption.EncryptContainerBlowfish - EnvironmentVariables.Count
Feedback: Report problem or ask question.
Links
MBS Xojo blog