swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
     
built-in variable  

util.environment

 
 

Purpose

util.environment is a global shelf that is populated with the environment variables from the environment used to launch the program. Each environment variable name is stored as the key of a shelf item, and the environment variable value is stored as the value of that shelf item.

You can use util.environment just like any other shelf. For instance, you can output the value of all of its keys and corresponding items like this:

  import "omutil.xmd" prefixed by util.
  process
     repeat over util.environment
        output "util.environment{%""
            || key of util.environment
            || "%"} = "
            || util.environment
            || "%n"
    again

Note that while you can change items on the util.environment shelf, this will not affect the environment used to launch applications using the system-call action.

     
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACYLIBRARIES ] [ ERRORS ]

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:58 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.