Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Merge field and variable names into text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 8.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Text | The input text. | "Hello <<$name>>" |
Flags | The various flags. 1 to allow field names. 2 to allow variables. 4 to allow expressions to evaluate. 16 to output XML 32 to output HTML. |
1+2+4+32 |
Returns OK or error.
Use function with Variable:
Set Variable [ $FirstName ; Value: "Christian" ]
Set Variable [ $text ; Value: "Hello <<$FirstName>>" ]
Set Variable [ $text ; Value: MBS( "Text.MergeFields"; $text; 1+2 ) ]
Show Custom Dialog [ $text ]
This function checks for a license.
Created 14th October 2018, last changed 6th December 2019