splitSize ( string ; delimiter )
Splits a string based on a character delimiter and returns the number of values
Average rating: 4.8 (24 votes) Log in to vote
Tami Williams - Show more from this author
Creative Computing http://www.asktami.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
// splitSize ( string; delimiter )
// Splits a string based on a character delimiter and returns the number of values
Sample Input:
split ( "tom jane mary"; " " )
Sample Output:
3
Description:
This function will split up a string based on a character you specify and then return the number of delimeter separated values.
Author:
Tami Williams
www.asktami.com
info@asktami.com
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.