> -----Original Message-----
> From: [email protected] [mailto:u2-users-
> [email protected]] On Behalf Of Steve Romanow
> Sent: Monday, February 07, 2011 3:42 PM
> To: [email protected]
> Subject: Re: [U2] Does UV have a "BLOCK" command
> 
> On 2/7/2011 3:39 PM, George Gallen wrote:
> >>
> Why not just
> 
> block code
> block code
> if not(condition) then
>    block code
> end

There could then be other conditions inside that if block
    that would cause it to need to drop out of the block
    there could be 3 or 4 conditions

it would look really confusing (and I'm not a pessimist - I
   work better when not thinking in nots .... see what I mean.

  block code
  block code
  if not(condition) then
      block code
      block code
      if not(condition) then
         block code
         block code
         if not (condition) then
            block
            block code
         end
      end
   end

then

begin block (aka) Loop
   block code
   if condition then exit
   block code
   block code
   if condition then exit
   block code
   if condition then exit
   block code
end block (aka) exit - repeat

> 
> 
> _______________________________________________
> U2-Users mailing list
> [email protected]
> http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to