Welcome to the Exelis VIS product documentation center! Here you will find reference guides, help documents, and product libraries. Discover the products including ENVI, IDL, and ENVI LiDAR, and solutions developed by Exelis VIS at www.exelisvis.com.


SETENV

SETENV

The SETENV procedure adds or changes an environment string in the process environment.

Examples


Change the current shell variable by entering:

SETENV,'SHELL=/bin/sh'

Make sure to eliminate any whitespace around the equal sign:

; This is an incorrect usage--there are spaces around the equal 
; sign:
SETENV, 'VAR = H:\exelis'
 
; This is correct--VAR is set to H:\exelis:
SETENV, 'VAR=H:\exelis'

Syntax


SETENV, Environment_Expression

Arguments


Environment_Expression

A scalar string or string array containing one or more environment expressions to be added to the environment.

Keywords


None.

Version History


Original

Introduced

See Also


GETENV



Comments


This page has no comments yet. Be the first one!

© 2013 Exelis Visual Information Solutions