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.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
12.4
Statistic
FMM
Blog
FM.VariableNames
Queries list of all variable names.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FM Variables | 8.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameters
none
Result
Returns list or error.
Description
Queries list of all variable names.Examples
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
See also
Release notes
- Version 8.0
- Added FM.VariableNames function.
Blog Entries
Created 13th December 2017, last changed 8th July 2018
FM.VariableLookup - FM.VariableReset
Feedback: Report problem or ask question.
