boolean=isNoError()
The function gives back true, if no error occured during an operation. If an error occurs the function gives back false.

Parameters
There are no parametres in this function.

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

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