The makemergeformula( function builds a formula from an “auto-wrap" style merge template.
Parameters
This function has one parameter:template – The template for building the formula. Within the template you can place fields inside « and » characters and formulas inside { and } characters.
Description
This function builds a formula from an “auto-wrap" style merge template.
makemergeformula("My name is «First» «Last»")
☞ {My name is }+«First»+{ }+«Last»+{}
makemergeformula(|||My name is {upper(First+" "+Last)}|||)
☞ {My name is }+upper(First+" "+Last)+{}
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |