Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 is free to use.
Created 5th December 2021, last changed 30th December 2021