Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Text.ConcatWithDelimiter

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
MBS( "Text.ConcatWithDelimiter"; Delimiter; Text... )   More

Parameters

Parameter Description Example
Delimiter The delimiter to use. " - "
Text... The text to add. "Hello"

Result

Returns OK or error.

Description

Creates a text with concatenating all the given parameters.
Pass as many parameters as needed.

See also Text.List to build a list.

This function works on styled text.

This function takes variable number of parameters. Pass as much parameters as needed separated by the semicolon in FileMaker.
Please repeat Text parameter as often as you need.

Examples

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)

See also

Release notes

Blog Entries

This function checks for a license.

Created 23th May 2023, last changed 23th May 2023


Text.Concat - Text.ConvertFromTextEncoding