Nsv set

From AOLserver Wiki
Jump to navigation Jump to search

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

-