home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / macros / pfxdel.lx < prev    next >
Encoding:
Text File  |  1996-02-22  |  563 b   |  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.