|
Environment object
Environment global object. SyntaxA Environment global object is created for you and only this object can exist in the application. It is named Environment and is globally accessible. Parametersnone. Property Ofglobal name space. Implemented InECMerge 2.1 DescriptionThe Environment object let you access environment variables. Propertiesnone. MethodsExamplessee functions samples. See Also
Method get_valueSyntaxfunction get_value (value_name) Parametersvalue_name. String. Name of the environment variable to retrieve Method OfEnvironment object Implemented InECMerge 2.1 DescriptionQueries the value of an environment variable. Returns undefined if the value is not found, and the string contained by the variable otherwise. ExamplesExample 1.Get the well-known PATH variable and split it according to platform specific uses: var paths; See Also
|
|