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

#56320
Anonymous
Participant

    Also, you can find out what all the Cloverleaf provided global variables are using the ‘info globals’ command.

    To find out what the engine globals are, add the following line to a tps proc and look for the output in the log.

    echo INFO_GLOBALS<[info globals]>

    Note that you’ll get a slightly different list if you do the same thing in ‘hcitcl’.