Nsv append

From AOLserver Wiki
Revision as of 05:29, 19 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 843)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Thread-shared Variables

Category Documentation - Category Core Tcl API