Environment Variables Next: Previous: Process ID Information Up: System Utilities



Environment Variables

getenv (var) Built-in Function
Return the value of the environment variable var. For example
          getenv ("PATH")
          

returns a string containing the value of your path.

putenv (var value) Built-in Function
Set the value of the environment variable var to value.