Returns text containing the specified numberOfWords from specified text, starting at startingWord.
MiddleWords ( text ; startingWord ; numberOfWords )
text
- any text expression or text field
startingWord
- any numeric expression or field containing a number
numberOfWords
- any numeric expression or field containing a number
text
FileMaker Pro 6.0 or earlier
If startingWord
≤ 1, then this function is evaluated as if startingWord
= 1. If startingWord
is greater than the number of words in text
, this function returns nothing.
MiddleWords("Plaid, Canvas, Suitcase";2;2)
returns Canvas, Suitcase.
MiddleWords(Name;1;2)
returns Brigitte Erika, when the Name field contains Brigitte Erika Durand.