ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Numeric values functions / Matrix functions
  • 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
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