Documentation of enabledberror


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

enabledberror( hasDBError )

Help text

ENABLEDBERROR turns on "dbstop if error" if hasDBError is true.

Cross-Reference Information

This function is called by

Listing of function enabledberror

function enabledberror( hasDBError )

%   Copyright 1984-2000 by The MathWorks, Inc.
%   $Revision: 1.2 $  $Date: 2000/06/01 02:54:09 $

if hasDBError
  dbstop if error;
end