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
Queries function parameter.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FM | 11.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Index | The index of the parameter. |
Returns value or error.
Query first parameter:
MBS( "FM.CF.Parameter"; ParameterIndex )
Query second parameter:
MBS( "FM.CF.Parameter"; ParameterIndex +1 )
Query last parameter:
MBS( "FM.CF.Parameter"; ParameterIndex + ParameterCount - 1 )
Created 13th July 2021, last changed 2nd August 2021
Feedback: Report problem or ask question.