Function AddASCII() Foundation

Adds a numeric value to the ASCII code of a specified character in a string.

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

Function AddASCII() returns the modified string.

Description

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.

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.