On 2/7/2011 3:39 PM, George Gallen wrote:

LOOP
    block code
    block code
    if condition then EXIT
    block code
    EXIT
REPEAT

Would be nice if....

BEGIN BLOCK
    block code
    block code
    if condition then EXIT
    block code
END BLOCK

Why not just

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


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

Reply via email to