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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Queries list of all variable names.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FM Variables | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns list or error.
Test functions:
MBS( "FM.VariableClearAll") &
MBS( "FM.VariableSet"; "Hello"; "World" ) &
MBS( "FM.VariableSet"; "other"; "value" ) &
¶ &
MBS( "FM.VariableList") &
¶ &
MBS( "FM.VariableNames")
Example result:
OKOKOK
other value
Hello World
other
Hello
This function checks for a license.
Created 13th December 2017, last changed 8th July 2018