dbcheckopen(
DATABASE
)

The dbcheckopen( function returns true if the specified database is currently open, false if it is not.


Parameters

This function has one parameter:

database – name of database.


Description

This function returns true if the specified database is currently open, false if it is not.

dbcheckopen("Mailing List") ☞ -1 (true)

Note: This function is equivalent to:

arraycontains(info("files"),thedb,cr())

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.