'''array donesearch''' ''arrayName searchId'' This command terminates an array search and destroys all the state associated with that search. ''SearchId'' indicates which search on ''arrayName'' to destroy, and must have been the return value from a previous invocation of '''[array startsearch]'''. Returns an empty string. ---- See also: * [array] * [array anymore] * [array nextelement] * [array startsearch] ---- [Category Command] - [Tcl syntax help]