The StringTokenizer class / base.StringTokenizer methods |
Returns TRUE if there are more tokens to return.
hasMoreTokens() RETURNING result BOOLEAN
The hasMoreTokens() method indicates if there are other tokens in the source string that are not yet processed.
Use the hasMoreTokens() method typically as the expression of a WHILE block.