home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv7.zip / VACPP / IBMCPP / macros / PFXDEL.LX < prev    next >
Text File  |  1995-05-11  |  563b  |  14 lines

  1. /******************************************************************************
  2.  * Delete Exit routine                                                        *
  3.  *                                                                            *
  4.  * This command is called when a line is deleted to ensure that the deleted   *
  5.  * line is not a show line.                                                   *
  6.  ******************************************************************************/
  7.  
  8.  'extract show'
  9.  if show = "ON" then
  10.     exit -5
  11.  else
  12.     exit 0
  13.  
  14.