Repeatv2 ( text ; repeatTimes )
Repeat text a specified number of times, updated for FM 18
Be the first to rate this function Log in to vote
Rob Poelking - Show more from this author
Excelisys, Inc. http://excelisys.com |
Sample input:
Repeatv2 ( "x" ; 10 )
Sample output:
xxxxxxxxxx
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)