Argh - sorry, my fault.  I had some testing scripts that were still
interfering with things:-}

Anyway, one suggestion I've seen for things like this is on
comp.lang.tcl is to (ab)use a loop:

foreach foo foo {
        some code
        break

        more code
        break
}

Although I realize that that's not terribly clean, either...

Probably the best thing for you to do, like in the .tcl scripts, is to
wrap your code in procs (that adds a big performance advantage, too).

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
Free Software: http://people.debian.org/~davidw/
   Apache Tcl: http://tcl.apache.org/
     Personal: http://www.efn.org/~davidw/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to