> #xcommand BEGIN SEQUENCE => BEGIN SEQUENCE WITH { |oErr| Break( oErr ) }
> 
> or better yet .-
> 
> #xcommand TRY              => BEGIN SEQUENCE WITH t_bBreak
> #xcommand CATCH [<!oErr!>] => RECOVER [USING <oErr>] <-oErr->
> #xcommand FINALLY          => ALWAYS
> 
> THREAD STATIC t_bBreak := { |oErr| Break( oErr ) }

Please don't do that in SVN code, I just cleaned Harbour 
from them.

BEGIN SEQUENCE WITH is perfect solution for this.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to