Function WordOne() Foundation
Removes multiple words (2 byte sequences) in a string.
WordOne( [<cWord>], ;
<cString> ;
) --> cResultString
Returns a string with all consecutive occurrances of one word (2 byte sequence) are reduced to one word.
If <cWord> is not specified all words (2 byte sequence) which are found multiply in consecutive order are reduced to one word.
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.