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

Reference
MemoWordCount
Returns the number of words in a memo.

number MemoWordCount(Memo)