SplitWord ( Text ; count )
This function split like left pyramid structure,it always takes the count parameter as 0.
Average rating: 4.0 (27 votes) Log in to vote
Abhaya Ku.Behera MFS http://mindfiresolutions.com |
Sample input:
SplitWord( "user" ; 0)
Sample output:
u
us
use
user
us
use
user
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)