| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Component: Variable
Plugin managed global variables preserving data type.
| Version | macOS | Windows | Linux | Server | iOS SDK |
| 1.2 / 15.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
| Item | Details |
|---|---|
| Variable.Add Adds a value to a given variable atomically. | All 8.3 |
| Variable.Append Appends text to a variable. | All 9.5 |
| Variable.AppendJSON Appends a JSON to the JSON array in the variable. | All 15.2 |
| Variable.AppendValue Appends a value to a variable. | All 15.2 |
| Variable.Clear Destroys a variable that was declared with Variable.Set. | All 1.2 |
| Variable.ClearAll Clears all variables. | All 5.2 |
| Variable.Exists Checks if a variable with that name exists. | All 4.0 |
| Variable.Get Retrieves the value of named variable that was declared using Variable.Set. | All 1.2 |
| Variable.List Returns list of all variables names and values. | All 4.0 |
| Variable.Lookup Retrieves the value of named variable that was declared using Variable.Set. | All 12.3 |
| Variable.Names Queries list of all variable names. | All 8.0 |
| Variable.PopJSON Queries JSON from the JSON array stored in a named variable. | All 15.2 |
| Variable.PopValue Queries and removes the last value from variable. | All 15.2 |
| Variable.Reset Resets the list of variables. | All 4.0 |
| Variable.Set Stores a named variable that can be retrieved later using Variable.Get. | All 1.2 |
| Variable.ValueCount Queries number of values in a variable. | All 15.2 |
16 functions shown.
These functions require a license (100%).
Release notes
- Version 15.2
- Added Variable.AppendJSON and Variable.PopJSON functions.
- Added Variable.AppendValue and Variable.PopValue functions.
- Added Variable.ValueCount function.
FileMaker Magazin