Nsv get

From AOLserver Wiki
Revision as of 04:55, 19 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 839)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

EXAMPLES

   % nsv_get shared_array key1
   value1

SEE ALSO

Thread-shared Variables

Category Documentation - Category Core Tcl API