void=dbGetBookmarks()
The function gives a list of defined bookmarks in the Abstract Data Types format ["name1", "name2", "name3", ....]

Parameters
There are no parametres in this function.

Example - Director
global mdb
listBookmarks=mdb.dbGetBookmarks()

Example - Authorware
listBookmarks:=CallObject(mdb,"dbGetBookmarks")