Difference between revisions of "Nsv get"

From AOLserver Wiki
Jump to navigation Jump to search
m (Reverted edit of 64.92.165.10, changed back to last version by WikiSysop)
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
 
'''DESCRIPTION'''
 
'''DESCRIPTION'''
  
: Get the value for the key from the nsv array.
+
: Get the value for the key from the nsv array.  Error occurs if key does not exist.
  
 
'''EXAMPLES'''
 
'''EXAMPLES'''
Line 26: Line 26:
 
----
 
----
  
[[Category Documentation]] - [[Category Core Tcl API]]
+
[[Category:Documentation]] - [[Category:Core Tcl API]]

Latest revision as of 19:39, 7 February 2009

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


NAME

nsv_get - Get a key value

SYNOPSIS

nsv_get array key

DESCRIPTION

Get the value for the key from the nsv array. Error occurs if key does not exist.

EXAMPLES

   % nsv_get shared_array key1
   value1

SEE ALSO

Thread-shared Variables

-