| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Matrix.InsertColumn
Inserts one column into a matrix.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Matrix | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Matrix.InsertColumn"; MatrixRef; Column ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| MatrixRef | The matrix reference number. | $matrix |
| Column | The zero based column number. | 2 |
Result
Returns OK or error.
Description
Inserts one column into a matrix.See also
Release notes
- Version 15.3
- Added Matrix.InsertRow and Matrix.InsertColumn functions.
Blog Entries
This function is free to use.
Created 22nd May 2025, last changed 22nd May 2025
Matrix.IndexOfFirstValueMatching - Matrix.InsertOrUpdateRecords