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.VariableGet" ; Name )
Parameter | Description | Example value |
---|---|---|
Name | The Name of the variable |
Retrieves the value of named variable that was declared using FM.VariableSet Unlike the variables that were introduced in FileMaker 8 these variables are not limited to the File or Script. In other words they can be retrieved from any file in the system regardless of where they were declared.
Retrieve a variable
MBS( "FM.VariableGet" ; "myVar" )
Feedback: Report problem or ask question.