Version 4 of array anymore

Updated 2018-08-12 05:15:40 by pooryorick

array anymore indicates whether an array search is complete.

Synopsis

array anymore arrayName searchId

Description

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.

This command should be considered to be deprecated. It is still supported in 8.6, but will probably be culled in 9.0.