UniBasic, at times really, does need a try/except statement.

Most modern programming languages have some variation on:

TRY
  stuff
  stuff
EXCEPT
  stuff
  stuff
ELSE
  stuff
  stuff
FINALLY

It should not be that difficult to implement; maybe a request to Rocket
might get it added to uniBasic?

djm


George Gallen-2 wrote:
> 
> I want to setup a block of commands,  and be able to exit out of the block
> if needed.
> Right now I use a LOOP/REPEAT with an EXIT statement before the REPEAT.
> 
> 


-----

Learn and Do
Excel and Share


http://mvdbs.com http://mvdbs.com 
-- 
View this message in context: 
http://old.nabble.com/Does-UV-have-a-%22BLOCK%22-command-tp30867376p30868800.html
Sent from the U2 - Users mailing list archive at Nabble.com.

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

Reply via email to