Hi, On Fri, May 19, 2006 at 05:48:40 +0900, Leslie Viljoen wrote: > On 5/18/06, DEBAUN, STEVE [AG-Contractor/2400] <steve.debaun / seminis.com> > wrote: >>To everyone else: I'll distract him, while y'all get a rope. > hehe. I recently noticed that C# still has a goto, although it seems > that you can't have a label right at the end of a function since the > label must precede an actual statement. I found it to be useful in a > case where I was deep in nested loops, searching for a string and had > just found it, so I needed to jump out. It seemed so much clearer and > simpler to use the goto rather than have [ snip ] This is why named loops in Perl was handy. Cheers, Phil