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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Component: Variables
Plugin managed global variables preserving data type.
| Item | Details |
|---|---|
| FM.VariableAdd Adds a value to a given variable atomically. | All 8.3 |
| FM.VariableAppend Appends text to a variable. | All 9.5 |
| FM.VariableClear Destroys a variable that was declared with FM.VariableSet. | All 1.2 |
| FM.VariableClearAll Clears all variables. | All 5.2 |
| FM.VariableExists Checks if a variable with that name exists. | All 4.0 |
| FM.VariableGet Retrieves the value of named variable that was declared using FM.VariableSet. | All 1.2 |
| FM.VariableList Returns list of all variables names and values. | All 4.0 |
| FM.VariableNames Queries list of all variable names. | All 8.0 |
| FM.VariableReset Resets the list of variables. | All 4.0 |
| FM.VariableSet Stores a named variable that can be retrieved later using FM.VariableGet. | All 1.2 |
10 functions.
Blog Entries
- New functions of the MBS Plugin Version 9.5
- Combine MBS functions to automate processes in FileMaker
- MBS FileMaker Plugin 8.3 released
- Data structures in FileMaker with MBS Plugins
- The power of global variables
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins