export_ns_set_vars

EveAndersson.com : API Browser : export_ns_set_vars

export_ns_set_vars

export_ns_set_vars [ format ] [ exclusion_list ] [ setid ]
Defined in packages/acs-core/utilities-procs.tcl

Returns all the params in an ns_set with the exception of those in exclusion_list. If no setid is provide, ns_getform is used. If format = url, a url parameter string will be returned. If format = form, a block of hidden form fragments will be returned.

Parameters:
format (defaults to "url")
exclusion_list (optional)
setid (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com