www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Declaration
Exit;
Description
Call the Exit procedure to return immediately from a subroutine. If you call exit within a try finally block, the finally sub-block runs before the subroutine returns. If you call the Exit outside a subroutine, the script is ended.
See also