Function CharOnly() Foundation
Removes all but the specified characters from a string
CharOnly( <cCharsToRemain>, ;
<cString> ;
) --> cResultString
Returns a string which is the result of removing all characters from the original string except those specified in <cCharsToRemain>.
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.