SubstituteValuesInText__cf ( _text ; _searchValues ; _replaceValues )
Substitutes multiple searchValues within text with the corresponding replaceValues.
			 
  
  
  
  Average rating: 4.2 (43 votes)  Log in to vote
    Average rating: 4.2 (43 votes)  Log in to vote		
| Steve Hearn CoreSolutions Development http://www.coresolutions.ca | 
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
			Description
Substitutes multiple searchValues within _text with the corresponding replaceValues. The _searchValues and _replaceValues are intended to be a matched pair, typically the result of a List function. Originally developed to search for and replace strings defined in a table.
Example
_text: This is a sample letter with merge fields like <
_searchValues: <
_replaceValues: <
output: This is a sample letter with merge fields like <
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.
