Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Creates a text with concatenating all the given parameters.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 13.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Delimiter | The delimiter to use. | " - " |
Text... | The text to add. | "Hello" |
Returns OK or error.
Concat with empty texts:
MBS( "Text.ConcatWithDelimiter"; " - "; "Vorname"; ""; "Nachname"; "" )
Example result: Vorname - Nachname
Concat with fields:
MBS( "Text.ConcatWithDelimiter"; " "; Contacts::Title; Contacts::Firstname; Contacts::Lastname)
This function checks for a license.
Created 23th May 2023, last changed 23th May 2023