|
|
|
|
|
WordToArray (Function) In french: MotVersTableau Fills an array with the words from a string.
MyArray is array of strings
WordToArray("Example function WordCount", MyArray)
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|