DoesTableExist function
Syntax
DoesTableExist(DB_tbl_name)
Description
Use the DoesTableExist function to return a boolean value indicating whether the database table exists.
Parameters
| Parameter | Description |
|---|---|
|
DB_tbl_name |
Specifies the name of the database table as a string value. |
Returns
A boolean value.
Example
Local boolean &IsExist = DoesTableExist("PSTIMEZONEMAP");