Function AscPos() Foundation
Determines the ASCII code of a specified character in a string.
AscPos( <cString> , ;
[<nPosition>] ; // Default: Len(cString)
) --> nASCIICode
The function AscPos() returns the ASCII code of a character at the specified position in a string.
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.