Function TokenAt() Foundation

Retrieves the position of the token found with TokenNext().

Syntax
TokenAt( <lNextDelimiter> ;  // Default: .F.
       ) --> nPosition
Return

<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()

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.