All functions Mac OS X Windows Crossplatform Components New in version: 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2.0
Component: FM
Mac OS X: Works
Windows: Works
MBS( "FM.VariableClear" ; Name )
Parameter | Description | Example value |
---|---|---|
Name | The name of the variable to destroy |
Destroys a variable that was declared with FM.VariableSet.
Destroy a variable
MBS( "FM.VariableClear" ; "MyVar" )
Feedback: Report problem or ask question.