Function TokenNext() Foundation
Retrieves the next token from a string.
TokenNext( @<cTokenInitString> ;
) --> cToken
Returns the next token from a string that was prepared for the incremantal tokenizer with TokenInit().
For maximum performance the parameter <cTokenInitString> should be passed by reference to the function.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.