11-08-2004, 12:52 PM
thank you for reply, so this is what it would look like then?
lef ...
...
if (...)
goto something
..
lef..
lef..
end
something
lef ..
lef ..
if (...)
goto somethingelse
end
somethingelse
lef..
lef..
end
err+
;;come here when any lef throws the error
err+ has to be placed after all of the lef commands and it will catch all of the errors genereted by any of the lef?
lef ...
...
if (...)
goto something
..
lef..
lef..
end
something
lef ..
lef ..
if (...)
goto somethingelse
end
somethingelse
lef..
lef..
end
err+
;;come here when any lef throws the error
err+ has to be placed after all of the lef commands and it will catch all of the errors genereted by any of the lef?