Function AddASCII() Foundation
Adds a numeric value to the ASCII code of a specified character in a string.
AddASCII( <cString> , ;
<nValue> , ;
[<nPosition>] ; // Default: Len(cString)
) --> cString
Function AddASCII() returns the modified string.
The string <cString> is modified by adding <nValue> to the ASCII code of the character at position <nPosition>. If <nPosition> is omitted the last character of <cString> is changed.
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.