Function StrSwap() Foundation

Exchanges characters between two strings.

Syntax
StrSwap( <cString1>, ;
         <cString2>  ;
       ) --> ""
Description

At least one parameter must be passed by reference. The function replaces characters of <cString1> with those of <cString2> and vice versa up to the length of the shorter 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.