From: Talha Oktay Date: 2006-03-31T03:16:06+09:00 Subject: How to break out deeply nested loops? (newbie) ------=_Part_7267_58209.1143742564044 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I sometimes need to break out, next or redo deeply nested loops in differen= t levels instead of the innermost enclosing scope. Is there a facility to label blocks or loops and redo, next or break to the labeled blocks or loops as in some other programming languages? Thanks in advance. ------=_Part_7267_58209.1143742564044--