I like this idea.

EQU BLOCKSTART LOOP
EQU BLOCKSTOP EXIT ; REPEAT

BLOCKSTART
   SOME CODE
   IF CONDITION THEN EXIT
   SOME CODE
BLOCKSTOP

Thanks
George

> -----Original Message-----
> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] On Behalf Of Drew William Henderson
> Sent: Monday, February 07, 2011 5:03 PM
> To: U2 Users List
> Subject: Re: [U2] Does UV have a "BLOCK" command
> 
> George,
> 
> Another option, though not anywhere close to perfect!, would be to make
> use of the EQU statement.  You could equate BLOCKSTART and BLOCKEND to
> LOOP and REPEAT, respectively.  The (major) downside: you don't get the
> auto-indenting you get with LOOP and REPEAT (unless you're using an IDE
> that lets you specify keywords to indent on).
> 
> Drew
> 
> "Providing useless information for over a quarter century!"
> 
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to