Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 |
MBS( "FM.VariableNames" )
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
- Additional variable levels in FileMaker with MBS Plugin
- Variable Levels in FileMaker
- MBS FileMaker Plugin, version 7.6pr3
This function checks for a license.
Created 13th December 2017, last changed 8th July 2018