Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Shell.AddEnvironment
Adds an entry for environment variables.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Shell | 7.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
MBS( "Shell.AddEnvironment"; ShellRef; Name; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
ShellRef | The reference number from the shell. | $shell |
Name | The name of the variable. | "PATH" |
Value | The value of the environment variable. | "C:\test" |
Result
Returns OK or error.
Description
Adds an entry for environment variables.Examples
Try environment functions:
Set Variable [ $shell ; Value: MBS( "Shell.New" ) ]
# set
Set Variable [ $s ; Value: MBS( "Shell.AddEnvironment"; $shell; "test"; "Hello") ]
# and query
Show Custom Dialog [ "Environment" ; MBS( "Shell.GetEnvironment"; $shell) ]
Set Variable [ $r ; Value: MBS("Shell.Release"; $shell) ]
See also
This function checks for a license.
Created 11st November 2017, last changed 24th February 2018
