Displaying 1 result from an estimated 1 matches for "_nextpart_000_01c388b0".
2003 Oct 02
1
warnings() generates error if there never were any (PR#4389)
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_000_01C388B0.D441A780
Content-Type: text/plain; charset="iso-8859-1"
In debugging a long-running function where I occasionally call warnings() to
write out any warnings that have occurred, I discovered that calling
warnings() before any warnings have ever been generated causes an error:
> warnin...