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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
FM.ValueListIDForValueListName
Queries the ID for value list with given name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FM | 12.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "FM.ValueListIDForValueListName"; ValueListName; FileName ) More
Parameters
Parameter | Description | Example |
---|---|---|
ValueListName | The name of the value list. | "Test" |
FileName | The name of the file to look inside. If empty, we default to current file. |
Result
Returns OK or error.
Description
Queries the ID for value list with given name.Examples
Query ID for test value list:
MBS( "FM.ValueListIDForValueListName"; "Test" )
See also
Release notes
- Version 12.0
- Added FM.ValueListIDForValueListName, FM.ValueListNameForValueListID and FM.ValueListNames functions.
Blog Entries
This function does not need a paid license.
Created 5th December 2021, last changed 30th December 2021
