Craig Huckabee <[EMAIL PROTECTED]> writes:
> For the future, I'd like to look at getting rid of the "gotos" in
> the code - maybe by wrapping the whole thing in a while loop and
> exiting that loop on failure. Let me know if that's OK with you.
I think that that's a reasonable use of goto, myself. It simplifies
the code by having one exit location. I guess the same thing could be
accomplished in other ways (do { } while (0)) but that wouldn't be
quite so clear.
--
David N. Welton
Consulting: http://www.dedasys.com/
Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
Apache Tcl: http://tcl.apache.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]