Function CharSwap() Foundation

Exchanges adjacent characters in a string.

Syntax
CharSwap( <cString> ;
        ) --> cResultString
Return

Returns a string which is the result of changing the characters at odd positions with characters at even positions.

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.