void=dbGoToBookmark(name: string)
The function sets as actual record the record that is represented by the given bookmark.

Parameters
The parameter of the function is name, which represents name of the bookmark.

Example - Director
global mdb
mdb.dbGoToBookmark("test1")

Example - Authorware
CallObject(mdb,"dbGoToBookmark","test1")