Jon, ThrowExceptions

jda jda at his.com
Mon Sep 13 11:13:26 CDT 2004


>Valentina_ThrowExceptions...
>     PARAM: inValue = 1
>return
>
>
>I wonder, do you try set ON or OFF exceptions ?
>
>If ON, then you do not need this call.
>
>If OFF, then you need pass here ZERO.
>

I leave it on most of the time. But there are some functions where I 
want it off. So I bracket my code with

Valentina.ThrowExceptions = false
...
Valentina.ThrowExceptions = true

You just saw the end of that bracketed code where I turned it on again.

Jon


More information about the Valentina-beta mailing list