Nsv append
Jump to navigation
Jump to search
Man page: http://aolserver.com/docs/tcl/nsv_append.html
NAME
- nsv_append - Append to the value specified by the key
SYNOPSIS
- nsv_append array key value ?value ...?
DESCRIPTION
- Append all of the value arguments to the current value of variable key in the array. If key doesn't exist, it is given a value equal to the concatenation of all the value arguments
EXAMPLES
% nsv_append shared_array key1 foo value1foo
SEE ALSO
-