Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Text.List
Creates a list with all the given parameters.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 11.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Text.List"; Text... ) More
Parameters
Parameter | Description | Example |
---|---|---|
Text... | The text to add. | "Hello" |
Result
Returns OK or error.
Description
Creates a list with all the given parameters.Pass as many parameters as needed. Can include empty parameters.
We put in a Char(13) between values to form a list.
This function works on pure text, so any text style is lost.
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
Joins text including empty values:
MBS("Text.List"; "apple"; ""; "banana")
Example result:
apple
banana
See also
Release notes
- Version 11.5
- Added Text.Concat and Text.List functions.
- Version 8.1
- Added Text.ListWords, List.CountValues and Text.CountWords functions.
Blog Entries
This function checks for a license.
Created 7th October 2021, last changed 28th January 2022