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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.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 |
---|---|---|
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. |
Returns list or error.
Try it:
MBS( "List.MapEntries"; "1¶2¶3¶4"; "2¶4"; "Hello¶World¶Test¶Other" )
Example result:
World
Other
Created 3th June 2021, last changed 4th June 2021
List.InsertValue - List.MatchesPostfix
Feedback: Report problem or ask question.