ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Warning
From version 24 (75), WordOccurrence is kept for backward compatibility. This function is replaced by WordCount.
Returns the number of words in a string.
Example
// 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
Component: wd290vm.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help