boolean=isNoError()
The function gives back true, if no error occured during an operation. If an error occurs the function gives back false.
ParametersThere 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 - Authorwareerror:=CallObject(xls; "isNoError")