|   | ![[ Previous ]](navbprev.gif)  ![[ Contents ]](navbhome.gif)  ![[ Index ]](navbhelp.gif)  ![[ Next ]](navbnext.gif)  | 
    Ns_Set *Ns_TclGetSet(
    Tcl_Interp *interp,
    char *setId
    );
Ns_TclGetSet returns the Ns_Set for the specified set ID. It returns NULL if the set ID is invalid or if there is no such set ID. The Ns_TclGetSet2 function does essentially the same thing, except the Ns_Set is stored in a pointer.