DescriptionDetermines if a table existsSyntaxFunction TableExists()Parameters:noneReturn Values:boolean - true or false
Function TableExists
()
Example:
If DS.TableExists() Then DS.Drop()
See alsoGetTableNamesDS