in reply to Re: using redo in an if/else statement
in thread using redo in an if/else statement
I was bitten by that one too a while ago. do {...} until (...); looks like a loop but isn't one since until plays the role of a modifier and isn't a statement. Have a look at this for official confirmation.
Hope this helps, -gjb-
|
---|