integer=dbRecordCount()
The function gives number of records in the database.
Parameters
There are no parametres in this function.
Example - Director
global mdb count=mdb.dbRecordCount()
Example - Authorware
count:=CallObject(mdb,"dbRecordCount")