Moves the parser to the next token in the Text string. The method returns TRUE if a token was found (ignoring delimiters, of course).
Namespace: GParser
Delphi |
public |
Return Value
Type: Boolean
The following example uses the TGParser class to parse a string of numbers and add the numbers up (delimiters are spaces):
|