integer=dbColumnCount()
The function gives number of fields in the database.

Parameters
There are no parametres in this function.

Example - Director
global mdb
count=mdb.dbColumnCount()

Example - Authorware
count:=CallObject(mdb; "dbColumnCount")