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
WordToArray (Function)
In french: MotVersTableau
Fills an array with the words from a string.
New in version 2024
PHP This function is now available for WEBDEV websites in PHP.
Example
// Split string in the array
MyArray is array of strings
WordToArray("Example function WordCount", MyArray)
// the array contains
// "Example"
// "function"
// "WordCount"
Syntax
WordToArray(<String> , <Array>)
<String>: Character string
Character string to use.
<Array>: Array variable
Name of the "array of strings" variable that will contain the different words.
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: 11/21/2023

Send a report | Local help