Function WordOnly() Foundation
Removes all words (2 byte sequence) from a string not defined in a word list.
WordOnly( <cWordString>, ;
<cString> ;
) --> cResultString
Returns a string where all words (2 byte sequence) are removed which do not exist in <cWordString>.
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.