home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / variables / env < prev    next >
Encoding:
Text File  |  1992-12-17  |  840 b   |  14 lines

  1.           env
  2.                This variable is maintained by Tcl as  an  array  whose
  3.                elements are the environment variables for the process.
  4.                Reading  an  element  will  return  the  value  of  the
  5.                corresponding environment variable.  Setting an element
  6.                of the array will modify the corresponding  environment
  7.                variable  or  create  a  new  one if it doesn't already
  8.                exist.  Unsetting an element of  env  will  remove  the
  9.                corresponding environment variable.  Changes to the env
  10.                array will affect the environment passed to children by
  11.                commands  like  exec.  If the entire env array is unset
  12.                then Tcl will stop monitoring env accesses and will not
  13.                update environment variables.
  14.