MiddleItems ( text ; startingItem ; numberOfItems )
Returns same result as MiddleValues without the training return
Average rating: 4.6 (30 votes) Log in to vote
Kirk Bowman MightyData http://www.mightydata.com |
White
Blue" ; 2 ; 1 )
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
The new MiddleValues function in FileMaker 7 returns a result with a trailing return character. Here is a quote for the MiddleValues function from the FileMaker 7 online help.
"Each returned value ends with a carriage return, allowing lists to be easily concatenated."
It is more time consuming to remove the trailing return when extracting a value from a list than to add a return when concatenating lists. The MiddleItems custom function works the same as the MiddleValues function without the trailing return.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.