Function TokenAt() Foundation
Retrieves the position of the token found with TokenNext().
TokenAt( <lNextDelimiter> ; // Default: .F.
) --> nPosition
<lNextDelimiter> == .F.
Returns the position of the token found with TokenNext()
<lNextDelimiter> == .T.
Returns the position of the delimiter following the token found with TokenNext()
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.