ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Numeric values functions / Matrix functions
  • Compressing a matrix
MatStack (Example)
Compressing a matrix
The following code is used to compress a matrix. The name of the matrix is entered by the user in an edit control (EDT_MatrixName).
We assume that the matrix to compress is already created.
// -- Click code on BTN_Compress
// Compress the matrix
MatStack(EDT_MatrixName)
// Error?
IF MatError(EDT_MatrixName) = 0 THEN
Info("The compression was performed")
ELSE
// Display the error message
Error(ErrorInfo(errMessage))
END
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help