Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
JSON.ClearVariables
Clears the variables.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "JSON.ClearVariables"; VariableList ) More
Parameters
Parameter | Description | Example |
---|---|---|
VariableList | The list of variables. | "test" |
Result
Returns OK or error.
Description
Clears the variables.Pass the list returned from JSON.SetVariables to clear the variables list.
Examples
Set some variables using JSON:
Set Variable [ $Variables ; Value: MBS("JSON.SetVariables"; Table::JSON Insert) ]
# @variable $FirstName, $LastName, $Birthday
Show Custom Dialog [ "Names" ; $FirstName ]
Set Variable [ $r ; Value: MBS("JSON.ClearVariables"; $Variables) ]
See also
Release notes
- Version 15.0
- Added JSON.SetVariables and JSON.ClearVariables.
Example Databases
Blog Entries
- New in MBS FileMaker Plugin 15.0
- Neues MBS Plugin 15.0 für Claris FileMaker
- MBS Plugin 15.0 for Claris FileMaker
- MBS FileMaker Plugin, version 14.6pr1
This function is free to use.
Created 25th November 2024, last changed 25th November 2024
