'''array anymore''' ''arrayName searchId'' Returns '''1''' if there are any more elements left to be processed in an array search, '''0''' if all elements have already been returned. ''SearchId'' indicates which search on ''arrayName'' to check, and must have been the return value from a previous invocation of '''[array startsearch]'''. This option is particularly useful if an array has an element with an empty name, since the return value from '''[array nextelement]''' won't indicate whether the search has been completed. ---- See also: * [array] * [array donesearch] * [array startsearch] ---- [Category Command] - [Tcl syntax help]