Reply To: tcl using $HCISITEDIR and other variables

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf tcl using $HCISITEDIR and other variables Reply To: tcl using $HCISITEDIR and other variables

#56319
Rob Abbott
Keymaster

    FWIW, you can also access any environment variable with the env() array:

    Code:

    global env
    echo $env(HCISITEDIR)

    Rob Abbott
    Cloverleaf Emeritus