Reply To: tcl using $HCISITEDIR and other variables Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › tcl using $HCISITEDIR and other variables › Reply To: tcl using $HCISITEDIR and other variables April 12, 2005 at 2:33 pm #56319 Rob AbbottKeymaster FWIW, you can also access any environment variable with the env() array: Code: global env echo $env(HCISITEDIR) Rob Abbott Cloverleaf Emeritus