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

Matrix.GetText

Queries text of whole matrix.

Component Version macOS Windows Linux Server iOS SDK
Matrix 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Matrix.GetText"; MatrixRef { ; Delimiter } )   More

Parameters

Parameter Description Example Flags
MatrixRef The matrix reference number. $matrix
Delimiter The column delimiter.
Default is empty text.
Char(9) Optional

Result

Returns text or error.

Description

Queries text of whole matrix.
Returns list of row values.

Examples

Queries text of a column:

Set Variable [ $matrix ; Value: MBS("Matrix.New";3;3) ]
Set Variable [ $r ; Value: MBS( "Matrix.SetColumn"; $matrix; 0;"15¶07¶92" ) ]
Set Variable [ $r ; Value: MBS( "Matrix.SetColumn"; $matrix; 1;"17¶3¶60" ) ]
Set Variable [ $r ; Value: MBS( "Matrix.SetColumn"; $matrix; 2;"15¶1¶87" ) ]
Show Custom Dialog [ "Unser Matrix" ; MBS("Matrix.GetText"; $matrix) ]

See also

Release notes

Blog Entries

This function checks for a license.

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


Matrix.GetRowNames - Matrix.GetValue