I don't really need this "no errors detected" message. Looking into code I found a way to turn it off -- I have to define an environment variable. I have a way to control this behavior. This is good. Bad news though that the way to control is quite an awkward one. I would like to have some internal control, probably overwritable via environment variable.
In case you hadn't though of this workaround: if(getenv("VAR") == 0) putenv("VAR=defaultvalue"); Not to say a programmatic method is not worthwhile. ----------------------------------------------------------------------- DISCLAIMER: Information contained in this message and/or attachment(s) may contain confidential information of Zetec, Inc. If you have received this transmission in error, please notify the sender by return email. -----------------------------------------------------------------------