Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › tcl using $HCISITEDIR and other variables › Reply To: tcl using $HCISITEDIR and other variables
FWIW, you can also access any environment variable with the env() array:
global env echo $env(HCISITEDIR)
Rob Abbott Cloverleaf Emeritus