Difference between revisions of "Nsv set"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 841)
 
 
Line 26: Line 26:
 
----
 
----
  
[[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_set.html


NAME

nsv_set - Set a key value

SYNOPSIS

nsv_set array key value

DESCRIPTION

Set the value for a key in an nsv array. Returns the value the key is set to.

EXAMPLES

   % nsv_set shared_array key1 value1
   value1

SEE ALSO

Thread-shared Variables

-