Function CharOne() Foundation
Removes the specified duplicate characters from a string.
CharOne( [<cDeleteChars>], ; // Default: ""
<cString> ;
) --> cResultString
Returns a string which is the result of removing all duplicate characters specified in <cDeleteChars> from the original string <cString>.
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.