AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de valores numéricos / Funciones de matrices
  • Checking whether a matrix exists
MatExist (Example)
Checking whether a matrix exists
The following code is used to find out whether a matrix exists. The name of the matrix is entered by the user in an edit control (EDT_MatrixName).
// -- Click code on BTN_Exist
// Declare the variables
ResExist is boolean
// Checks whether the matrix exists
ResExist = MatExist(EDT_MatrixName)
IF ResExist = True THEN
Info("The matrix exists")
ELSE
Error(ErrorInfo(errMessage))
END
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

Señalar un error o enviar una sugerencia | Ayuda local