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

#56318
Bill Bertera
Participant

    in tcl they’re: HciSiteDir, HciSite, HciRoot. they’re global variables, so you need to have:

    global HciSiteDir

    global HciSite

    global HciRoot

    before you use them. It’s better to use the variables then hardcode, for the reasons you mention.