Function TokenNext() Foundation

Retrieves the next token from a string.

Syntax
TokenNext( @<cTokenInitString> ;
         ) --> cToken
Return

Returns the next token from a string that was prepared for the incremantal tokenizer with TokenInit().

Description

For maximum performance the parameter <cTokenInitString> should be passed by reference to the function.

Feedback

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.