Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Copies a column from one (or same) matrix to another column.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Matrix | 10.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Matrix1 | The matrix reference number. | $matrix1 |
Column1 | The zero based column number. | 2 |
Matrix2 | The matrix reference number. | $matrix2 |
Column2 | The zero based column number. | 2 |
Returns OK or error.
Copy second column to third:
MBS( "Matrix.CopyColumn"; $matrix; 1; $matrix; 2 )
This function checks for a license.
Created 16th April 2020, last changed 16th April 2020