AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de valores numéricos / Funciones de matrices
  • Existence of a matrix in memory
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Checks the whether the matrix exists in memory.
Example
// Checks whether the matrix exists
ResExist = MatExist("MyMatrix")
Syntax
<Result> = MatExist(<Matrix>)
<Result>: Boolean
  • True if the matrix exists in memory,
  • False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<Matrix>: Character string
Name of the matrix defined with MatCreate.
Remarks

Existence of a matrix in memory

A matrix can be created:
A matrix can be deleted:
Business / UI classification: Neutral code
Component: wd290mat.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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