Difference between revisions of "Nsv unset"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 846)
 
 
Line 31: Line 31:
 
----
 
----
  
[[Category Documentation]] - [[Category Core Tcl API]]
+
[[Category:Documentation]] - [[Category:Core Tcl API]]

Latest revision as of 19:41, 7 February 2009

Man page: http://aolserver.com/docs/tcl/nsv_unset.html


NAME

nsv_unset - Unset an array or a key

SYNOPSIS

nsv_unset array ?key?

DESCRIPTION

Unset an array or a single key from an array. If successful returns an empty string.

EXAMPLES

   % nsv_unset shared_array key1

unset a key

   %nsv_unset shared_array

unset an array

SEE ALSO

Thread-shared Variables

-