ik wrote:


repeat;
 begin
 ReadLn(sRead);
 bDone := self.ProcessSingleVar(sRead);
 end;
until (bDone);


LOL. Just makes it more readable for me. When I have to come back to some code later on (6 month, 1 year from now) I want to be as easy to sift through as possible. A little extra effort up front allows me to be a bit more lazy later on!

--

Warm Regards,

Lee

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to