Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Maps selection of keys from a key list to value list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
List | 11.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Keys | The list of keys. | ||
KeysSelected | The keys you got from the list of keys. | ||
Values | The list of values to query. Should have same size as keys list. |
||
NoReturnEnding | Available in MBS FileMaker Plugin 13.0 or newer. Pass 1 to have no extra newline character on the end of the returned list. Default is 0 to include one to easily concat lists. |
1 | Optional |
Returns list or error.
Try it:
MBS( "List.MapEntries"; "1¶2¶3¶4"; "2¶4"; "Hello¶World¶Test¶Other" )
Example result:
World
Other
This function checks for a license.
Created 3th June 2021, last changed 9th November 2022