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

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 8th April 2019, last changed 26th September 2023


Matrix.NewWithSQL - Matrix.ReleaseAll