All functions
Mac OS X
Windows
Crossplatform
Server
Components
Guides
Statistic
New in version:
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
3.0
3.1
3.2
FM.VariableSet
Component: FM
Version: 1.2
Mac OS X: Works
Windows: Works
Server: Works
MBS( "FM.VariableSet" ; Name; Value )
Parameters
| Parameter | Description | Example value |
|---|---|---|
| Name | the name of the variable | |
| Value | the value to assign to the variable |
Description
Stores a named text variable that can be retrieved later using FM.VariableGet.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. All valuables are stored as text. You will need to convert them to the desired type when you want use them with comparison or math operators.
Use FM.VariableClear to clear the variable.
Examples
Set a variable
MBS( "FM.VariableSet" ; "myVar"; "Hello" )
Feedback: Report problem or ask question.
Links
MBS Realbasic Plugins - Nachhilfe in Nickenich