From: SourceForge.net <no...@so...> - 2005-10-20 14:17:12
|
Bugs item #1333276, was opened at 2005-10-20 14:17 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Submitted By: Bernd Eidenschink (eide) Assigned to: Nobody/Anonymous (nobody) 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 |