ad_ns_set_keys (public)ad_ns_set_keys [ -colon ] [ -exclude exclude ] set_id
Defined in packages/acs-core/utilities-procs.tclReturns the keys of a ns_set as a Tcl list, like array names .
- Switches:
-
-colon (boolean) - If set, will prepend all the keys with a colon; useful for bind variables
-exclude (optional) - Optional Tcl list of key names to exclude
- Parameters:
-
set_id
- Author:
- Lars Pind <lars@pinds.com>
|