Forum Discussion

Dennis_Watson_2's avatar
Dennis_Watson_2
Icon for Nimbostratus rankNimbostratus
Aug 21, 2013

unset definition

what does unset do?

 

5 Replies

  • Just trying to find the definitions of irule commands, etc. Like "unset".

     

    i understand it is a normal tcl "unset" command.

     

  • for those not wanting to bounce to the Tcl man pages (they are not for the faint of heart), unset removes the (specified) variable currently set from memory. They are cleaned up after a connection is closed anyhow, but it is good practice to remove them once you are no longer in need of them.