Difference between revisions of "Nsv get"
Jump to navigation
Jump to search
m (Reverted edit of 64.92.165.10, changed back to last version by WikiSysop) |
m (Explicitly states that key must exist or error results.) |
||
Line 13: | Line 13: | ||
'''DESCRIPTION''' | '''DESCRIPTION''' | ||
− | : Get the value for the key from the nsv array. | + | : Get the value for the key from the nsv array. Error occurs if key does not exist. |
'''EXAMPLES''' | '''EXAMPLES''' |
Revision as of 02:40, 11 April 2006
Man page: http://aolserver.com/docs/tcl/nsv_get.html
NAME
- nsv_get - Get a key value
SYNOPSIS
- nsv_get array key
DESCRIPTION
- Get the value for the key from the nsv array. Error occurs if key does not exist.
EXAMPLES
% nsv_get shared_array key1 value1
SEE ALSO