ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Numeric values functions / Matrix functions
  • Deleting a matrix
MatDelete (Example)
Deleting a matrix
The following code is used to delete a matrix. The name of the matrix is entered by the user in an edit control (EDT_MatrixName).
We will assume that the matrix to delete is already created.
// -- Click code on BTN_Delete
// Delete the matrix
MatDelete(EDT_MatrixName)
Info("The deletion was performed")
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