Label.searchNext Method
Returns the next label ID found for a search term passed to the method.
Syntax
public str searchNext()
Run On
Called
Return Value
Type: str
A string value that indicates the label ID.
Remarks
You must call the searchFirst method before calling the searchNext method to return the next label ID found based on the search term passed to the searchFirst method. Otherwise, the searchNext method returns a random label ID.