Difference between revisions of "Nsv unset"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 846)
(No difference)

Revision as of 05:46, 19 June 2004

Man page: http://aolserver.com/docs/tcl/nsv_unset.html


NAME

nsv_unset - Unset an array or a key

SYNOPSIS

nsv_unset array ?key?

DESCRIPTION

Unset an array or a single key from an array. If successful returns an empty string.

EXAMPLES

   % nsv_unset shared_array key1

unset a key

   %nsv_unset shared_array

unset an array

SEE ALSO

Thread-shared Variables

Category Documentation - Category Core Tcl API