Difference between revisions of "Nsv exists"

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

Latest revision as of 19:40, 7 February 2009

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


NAME

nsv_exists - Test whether a key exists

SYNOPSIS

nsv_exists array key

DESCRIPTION

Test whether a key exists in the nsv array.

EXAMPLES

   % nsv_exists shared_array key1
   1

the key exists

   % nsv_exists shared_array key2
   0

the key does not exist

SEE ALSO

Thread-shared Variables

-