Difference between revisions of "Nsv names"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 847)
 
 
Line 26: Line 26:
 
----
 
----
  
[[Category Documentation]] - [[Category Core Tcl API]]
+
[[Category:Documentation]] - [[Category:Core Tcl API]]

Latest revision as of 19:42, 7 February 2009

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


NAME

nsv_names - List the nsvs in use

SYNOPSIS

nsv_names ?pattern?

DESCRIPTION

Return a list of all the nsvs in use, optionally only those matching pattern. If no matching nsvs are in use returns the empty string.

EXAMPLES

   % nsv_names
   shared_array

SEE ALSO

Thread-shared Variables

-