Function StrSwap() Foundation
Exchanges characters between two strings.
StrSwap( <cString1>, ;
<cString2> ;
) --> ""
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.
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.