Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Proclip2 Library - <b> bailout() </b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BAILOUT() 

     The BAILOUT function should only be used when a runtime error has
     occurred which the application program determines is unrecoverable.
     Invoking the BAILOUT function effectively terminates all PROCLIP2
     interrupt driven functions.


      Format: 

               bailout()


      Parameters: 

               None.


      Example: 

               1.   The ERRORSYS.PRG has determined that a runtime error is
                    unrecoverable.  Before quitting the program any interrupt
                    driven PROCLIP2 functions need to be disabled.

                    .
                    .
                    .
                    bailout()
                    .
                    .
                    quit


      Returns: 

               Nothing.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson