Difference between revisions of "Nsv exists"
Jump to navigation
Jump to search
(imported from WiKit id 840) |
(No difference)
|
Revision as of 05:18, 19 June 2004
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