Function PosChar() Foundation

Replaces a single character at a specified position in a string.

Syntax
PosChar( <cString>              , ;  // Type:  C
         <cCharacter|nASCIICode>, ;  // Type: CN
         [<nPosition>]            ;  // Type:  N   Default: Len(<cString>)
       ) --> cResultString
Return

Returns the modified 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.