IB Statements/noexcp

From CometWiki

(Difference between revisions)
Jump to: navigation, search
Line 30: Line 30:
For information about handling specific exceptions, see Exception Handling.  
For information about handling specific exceptions, see Exception Handling.  
-
Also see [[IB_Statements/excpsub|ExcpSub]]  
+
Also see [[IB_Statements/excpsub|ExcpSub]]
 +
 
 +
'''Example:'''
  ERASE file$ dir=dir$ NOEXCP
  ERASE file$ dir=dir$ NOEXCP
See [[System_Variables|System Variables]] and [[IB_Statements/EXCP|Excp]] for more information.
See [[System_Variables|System Variables]] and [[IB_Statements/EXCP|Excp]] for more information.

Revision as of 23:33, 3 June 2009

NOEXCP option on file system statements

Parameter: NOEXCP

Discussion: Introduced with Comet32 this parameter may be used in file system statements to specify that if a non-fatal runtime exception occurs it should be ignored.
This option is available for:

ERASE,
ENTER,
EXTRACT,
CREATE,
CREATEKEY,
DELETE,
INPUT,
INPUTFILE,
INQUIRE,
INSERT,
POSITION,
PRINTFILE,
PRINT,
OPEN,
UPDATE,
READ,
RENAME,
REWRITE,
RUN,
LOCK,
UNLOCK,
WRITE.

For information about handling specific exceptions, see Exception Handling.

Also see ExcpSub

Example:

ERASE file$ dir=dir$ NOEXCP

See System Variables and Excp for more information.

Personal tools