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.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
FM.LayoutNameForLayoutID
Queries layout name for a layout ID.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
FM | 10.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Free |
MBS( "FM.LayoutNameForLayoutID"; LayoutID { ; FileName } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
LayoutID | The ID of the layout. | "123" | |
FileName | The name of the file to look inside. If empty, we default to current file. |
Optional |
Result
Returns name or error.
Description
Queries layout name for a layout ID.Examples
Query name for ID:
MBS( "FM.LayoutNameForLayoutID"; 2 )
Release notes
- Version 10.2
- Added FM.CurrentLayoutID, FM.CurrentLayoutName, FM.LayoutIDForLayoutName, FM.LayoutNameForLayoutID and FM.LayoutNames matching similar functions for scripts.
Blog Entries
Created 8th April 2020, last changed 8th April 2020
FM.LayoutIDForLayoutName - FM.LayoutNames
Feedback: Report problem or ask question.
