repeat_insert ( a_string ; to_insert ; the_interval )
insert a string every so many positions within another string
Average rating: 4.5 (32 votes) Log in to vote
Steve Harley - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
recursive custom function to insert some text at repeated intervals throughout some other text; useful for example to convert a pure hexadecimal MAC address to the conventional notation with colons every two digits, or to break up credit card numbers with spaces every four digits
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.