Nsv exists

From AOLserver Wiki
Revision as of 19:40, 7 February 2009 by Gustafn (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

-