Determines whether there are more strings in a StringMessage object. You can use this method to loop through a StringMessage object.
Syntax
unsigned char hasMoreTokens();
Parameters
None.
Return values
Returns 1 if the StringMessage object has more strings and 0 if not.