TableExists

Description

Determines if a table exists

Syntax

Function TableExists()

Parameters:

none

Return Values:

boolean - true or false

Example:

If DS.TableExists() Then DS.Drop()

See also

GetTableNames

DS