'''`[array] anymore`''' indicates whether an array search is complete. ** Synopsis ** : '''`[array] anymore`''' ''`arrayName searchId`'' ** Description ** Returns '''1''' if there are any more variables left to be processed in an array search, '''0''' if all variable names 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 there is a variable with an empty name in the array, since the return value from '''`[array nextelement]`''' won't indicate whether the search has been completed. ''This command should be considered to be deprecated. It is still supported in 8.6, but will probably be culled in 9.0.'' <> Command | Tcl syntax