Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Variable.Clear

Destroys a variable that was declared with Variable.Set.

Component Version macOS Windows Linux Server iOS SDK
Variable 1.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Variable.Clear"; Name )   More

(old name: FM.VariableClear)

Parameters

Parameter Description Example
Name The name of the variable to destroy.

Result

Returns OK.

Description

Destroys a variable that was declared with Variable.Set.

Examples

Destroy a variable

MBS( "Variable.Clear" ; "MyVar" )

See also

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 16th April 2025


Variable.AppendValue - Variable.ClearAll