Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Matrix.Release
Frees the matrix object.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Matrix | 9.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Matrix.Release"; MatrixRef ) More
(old name: Matrix.Free)
Parameters
Parameter | Description | Example |
---|---|---|
MatrixRef | The matrix reference number. | $matrix |
Result
Returns OK or error.
Description
Frees the matrix object.Releases all memory used to store the matrix itself and the values.
Examples
Frees matrix:
Set Variable [ $r ; Value: MBS("Matrix.Release"; $matrix) ]
See also
- MapView.Release
- Matrix.GetValue
- Matrix.List
- Matrix.New
- Matrix.NewWithSQL
- Matrix.ReleaseAll
- Matrix.SetColumnName
- Matrix.SetColumnNames
- Matrix.Sum
- Mutex.Release
Release notes
- Version 10.5
- Added Matrix.ReleaseAll and renamed Matrix.Free to Matrix.Release.
Example Databases
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 8th April 2019, last changed 26th September 2023