Returns the number of words in a string.
// The function returns 3
ResCount = WordCount("Example of use")
Syntax
<Result> = WordCount(<String>)
<Result>: Integer
Number of words in the string to analyze.
<String>: Character string
Character string to use.
Remarks
All characters other than numerical or alphabetical are considered as word separators.
Business / UI classification: Neutral code