Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Matrix.RemoveRow

Removes a row.

Component Version macOS Windows Linux Server iOS SDK
Matrix 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Matrix.RemoveRow"; MatrixRef; Row )   More

Parameters

Parameter Description Example
MatrixRef The matrix reference number. $matrix
Row The zero based row number. 2

Result

Returns OK or error.

Description

Removes a row.

Examples

Remove a row:

Set Variable [ $r; Value: MBS( "Matrix.RemoveRow"; $matrix; 2 ) ]

See also

Blog Entries

This function checks for a license.

Created 8th April 2019, last changed 17th December 2019


Matrix.RemoveColumn - Matrix.Resize