|
|
|
|
|
WordCount (Function) In french: MotOccurrence
Warning
From version 24 (75), WordOccurrence is kept for backward compatibility. This function has been replaced with WordCount.
Returns the number of words in a string.
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|