From: SourceForge.net <no...@so...> - 2005-10-22 12:51:40
|
Bugs item #1333276, was opened at 2005-10-20 08:17 Message generated for change (Settings changed) made by sdeasey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1333276&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tcl-API Group: Current >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Bernd Eidenschink (eide) >Assigned to: Stephen Deasey (sdeasey) Summary: 'ns_env unset' removes value, not key Initial Comment: As seen in command line mode: % % ns_env set LALALA 123 % ns_env exists LALALA 1 % ns_env get LALALA 123 % % ns_env unset LALALA % ns_env get LALALA % ns_env exists LALALA 1 % This is contrary to the usual use of variables (and arrays) where an 'unset' command will remove the variable (not only value) and 'exists' will return 0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1333276&group_id=130646 |