Function WordOnly() Foundation

Removes all words (2 byte sequence) from a string not defined in a word list.

Syntax
WordOnly( <cWordString>, ;
          <cString>      ;
        ) --> cResultString
Return

Returns a string where all words (2 byte sequence) are removed which do not exist in <cWordString>.

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.