[14.4](newinversion144.md) [14.5](newinversion145.md) [15.0](newinversion150.md) [15.1](newinversion151.md) [15.2](newinversion152.md) [15.3](newinversion153.md) [15.4](newinversion154.md) [15.5](newinversion155.md) [16.0](newinversion160.md) [16.1](newinversion161.md) [16.2](newinversion162.md) [16.3](newinversion163.md)

New in version 1.2
------------------

| Item | Details | Server |
|:--|:--|:--|
| [FM.ExecuteSQL](FMExecuteSQL.md)  **Deprecated**    Execute the SQL Statement against the current FileMaker File. | All | ✅ Server |
| [FM.ExecuteSQL.LastError](FMExecuteSQLLastError.md)   Queries the last error code from an SQL call | All | ✅ Server |
| [FM.ExecuteSQLOnIdle](FMExecuteSQLOnIdle.md)  **Deprecated**    This is similar to FM.ExecuteSQL, except that it waits until idle to execute. | Mac/Win | ✅ Server |
| [FM.RunScript](FMRunScript.md)   Runs a script in any open FileMaker file. | All | ❌ Server |
| [FM.RunScriptLater](FMRunScriptLater.md)   Runs a script in any open FileMaker file. | All | ❌ Server |
| [Variable.Clear](VariableClear.md)   Destroys a variable that was declared with Variable.Set. | All | ✅ Server |
| [Variable.Get](VariableGet.md)   Retrieves the value of named variable that was declared using Variable.Set. | All | ✅ Server |
| [Variable.Set](VariableSet.md)   Stores a named variable that can be retrieved later using Variable.Get. | All | ✅ Server |
| [Window.GetTitle](WindowGetTitle.md)   Get's the title of the window designated by the WindowRef. | Mac/Win | ❌ Server |
| [Window.SetTitle](WindowSetTitle.md)   Set the title of the window designated by the WindowRef. | Mac/Win | ❌ Server |

10 functions shown.

These functions require a license (90%).

[Older Version 1.1](newinversion11.md) [Newer Version 1.3](newinversion13.md)

[HTML Version](newinversion12.shtml)