getenv

Get the value of an environment variable.

Syntax

result = getenv ( name ) ;

Arguments

list name

Return Value

list result

Warnings

%UNDEFINED : No value for environment variable found.

Exceptions

%ARGUMENT : Invalid arguments. Usage: result = getenv ( name ) ;

Description

None

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

None