string=errorMsg()
The function gives text of the error that occured while working with dmmXLS. If everything went well, the function gives an empty chain

Parameters
There are no parametres in this function.

Example - Director
global xls
xls.loadFromFile(the pathName&"data.xls")
error=xls.ErrorMsg()
if error="" then val=xls.getCellString(2, 10)

Example - Authorware
error:=CallObject(xls; "errorMsg")