Function WordOne() Foundation

Removes multiple words (2 byte sequences) in a string.

Syntax
WordOne( [<cWord>], ;
         <cString>  ;
       ) --> cResultString
Return

Returns a string with all consecutive occurrances of one word (2 byte sequence) are reduced to one word.

Description

If <cWord> is not specified all words (2 byte sequence) which are found multiply in consecutive order are reduced to one word.

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.