Hello,<br><br>This might sound silly, but when I was debuggind an app I&#39;ve got a signal being caught because a NULL string had been passed to a BasicUsageEnvironment and the app crashed. I&#39;ve just added a NULL check to the operator &lt;&lt; on my own (if(str == NULL) str = &quot;NULL&quot;;).<br>
<br>Wouldn&#39;t it be of any good if these functions had such checks?<br><br>Regards,<br><br>Paulo.<br><br><br>