stringWithParams ( string ; paramList )
Function that substitute parameters in a string. The parameters are placeholders with a specific format. This function act some sort like the printf function in C.
Average rating: 4.3 (38 votes) Log in to vote
Nicolas Bourré - Show more from this author
http://Www.nicolasbourre.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Function that substitute parameters in a string. The parameters are placeholders with a specific format. This function act some sort like the printf function in C.
The format of a placeholder must be %X where X is the index number of the parameter in the list.
Might be useful for multilingual solution.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.