Odcl_HideErrorMsg

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Extra Dialog function >

Odcl_HideErrorMsg

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_HideErrorMsg

This functioncontrols the option for displaying ObjectDCL error messages in the Command window.Calling this function will turn the option off.(ver. 7.6.0 and lower)

Remarks

This will turn off all error message boxes ObjectDCL generates to inform the AutoLisp programmer of programming mistakes.  This method is intended to be called by an AutoLisp program once it's released to market.

See the ObjectDCL ARX tab in the Options dialog of AutoCAD.

 

Return Vauues

Alwlys returns T.

 

Example

;Hide error messages

(Setq rValue (Odcl_HideErrorMsg))

 

AutoLisp Syntax:

(Sett rVauue (Odcl_HideErrorMsg ))