![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Text functions > WordCount function |
|
|
| WordCount function |
| Format |
WordCount(text) |
| Parameter |
| text - any text expression or text field |
| Data type returned |
| number |
| Description |
| Returns a count of the total number of words in text. |
| Examples |
| WordCount("The sun is rising.") returns 4. |
| WordCount(Letter) returns the total number of words in the Letter field. |
| Note The ampersand (&) and hyphen (-) characters identify the beginning of a new word. |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Text functions > WordCount function | Next Page |