rw ( text )
evaluates formula inside texts
Average rating: 4.6 (11 votes) Log in to vote
Hisc - Show more from this author
noplace http://nourl |
rw ( "Hello //'$firstName & ', the bold'//")
"Hello Finn, the bold"
// assuming $firstName is Finn
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
this function is an easy way to code faster text in FileMaker. Using " & $var & " is not the simplest way to do stuff.
With this function, within your text you may include variables, calculations etc that will make your code clean.
The only con of this method is that it's not recommended for typing field names or custom functions inside, for FMP will not be able to adjust them if you make any adjustments on the CFs or names
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.