Function AscPos() Foundation

Determines the ASCII code of a specified character in a string.

Syntax
AscPos( <cString>    , ;
        [<nPosition>]  ;  // Default: Len(cString)
      ) --> nASCIICode
Return

The function AscPos() returns the ASCII code of a character at the specified position in a string.

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.