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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Matrix.CopyColumn
Copies a column from one (or same) matrix to another column.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Matrix | 10.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "Matrix.CopyColumn"; Matrix1; Column1; Matrix2; Column2 ) More
Parameters
| 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 |
Result
Returns OK or error.
Description
Copies a column from one (or same) matrix to another column.Examples
Copy second column to third:
MBS( "Matrix.CopyColumn"; $matrix; 1; $matrix; 2 )
See also
Blog Entries
- News about the MBS FileMaker Plugin 10.2
- Neues MBS FileMaker Plugin 10.2
- MBS FileMaker Plugin 10.2 - More than 6200 Functions In One Plugin
- MBS FileMaker Plugin, version 10.2pr4
Release notes
- Version 10.2
- Added Matrix.CopyColumn and Matrix.CopyRow functions.
Created 16th April 2020, last changed 16th April 2020
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos