> > Will it work? The question is: A subroutine is called by my > program lots of times. If a special condition is achived, can I use "goto > start" and forget the return? will it bring me to a "stack overflow"??? If you don't return, then each call takes a stack level. When you run out, BOOM. -- Dave's Engineering Page: http://www.dvanhorn.org I would have a link to FINDU here in my signature line, but due to the inability of sysadmins at TELOCITY to differentiate a signature line from the text of an email, I am forbidden to have it. -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.