Function::Memo
MemoWordCount
MemoWordCount(Memo)
MemoWordCount(MyMemoField)
NumberOfWords := MemoWordCount("MyMemoField") .
Will return the number of words in a Memo field.
Parameters
Memo to count: Memo
The input memo that we want the number of words returned from.
Returns/Result
Number of words: Integer
Examples
Reference
MemoWordCount
Returns the number of words in a memo.
number MemoWordCount(Memo)
See Also
On the forum about MemoWordCount
On the blog about MemoWordCount