No reason, other than I wanted to avoid a bunch of labels. Basically
   I'm going to have about 20 mini blocks. If it were just one or two
   I would most likely have gone with the gosub route.

> -----Original Message-----
> From: [email protected] [mailto:u2-users-
> [email protected]] On Behalf Of Dan McGrath
> Sent: Monday, February 07, 2011 4:12 PM
> To: U2 Users List
> Subject: Re: [U2] Does UV have a "BLOCK" command
> 
> I know you said no subroutines, but really, what is the issue with the
> following
> 
> 
> GOSUB CodeBlockThatDoesX
> 
> ...
> 
> CodeBlockThatDoesX:
>    block code
>    block code
>    if condition then RETURN
>    block code
> RETURN ;* End CodeBlockThatDoesX
> 
> 
> -----Original Message-----
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to