'''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. ''This command should be considered to be deprecated. It is still supported in 8.6, but will probably be culled in 9.0.'' ---- See also: * [array] * [array anymore] * [array nextelement] * [array startsearch] <> Command | Tcl syntax