Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
FM.VariableNames
Queries list of all variable names.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
FM | 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
FM.VariableList - FM.VariableReset
Feedback: Report problem or ask question.
Links
MBS Xojo blog