SubstituteValues ( listOfValues ; searchValues ; replaceValues )
Substitutes multiple searchValues in listOfValues with the corresponding replaceValues.
Average rating: 4.1 (56 votes) Log in to vote
|
Michael Horak - Show more from this author
*COMMENT Visual Realisation |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Substitutes multiple searchValues in listOfValues with the corresponding replaceValues. If there is no corresponding replaceValue, the searchValue is removed from listOfValues.
Comments
| Bruce Robertson Jul 6, 2015 |
||
| Still has the same problematic result for me: SubstituteValues ( "aa¶bb¶cc¶aa¶aa¶aa¶dd" ; "aa" ;"") => bb¶cc¶aa¶dd¶ |
||
| comment, VR Jul 7, 2015 |
||
| @Bruce Robertson: I am afraid I cannot reproduce the problem. | ||
| Bruce Robertson Jul 7, 2015 |
||
| OK. But I can. | ||
| comment, VR Jul 7, 2015 |
||
| @Bruce Robertson: You are right, I did not perform the update correctly. Fixed now. | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.