home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv2.zip / VACPP / IBMCPP / BIN / XEDITMSG.LX < prev    next >
Text File  |  1995-05-11  |  1KB  |  21 lines

  1. /******************************************************************************
  2.  * XEDIT Prefix command messages                                              *
  3.  *                                                                            *
  4.  * This routine is called by XEDITCMD.LX to get translatable information.     *
  5.  *                                                                            *
  6.  * Returns a message with appropriate substitution.                           *
  7.  *                                                                            *
  8.  ******************************************************************************/
  9.  
  10. ARG MSGNO INSERT
  11.  
  12. MSG.1 = 'Could not locate source for 'INSERT'.'
  13. MSG.2 = 'Could not locate matching 'INSERT'.'
  14. MSG.3 = 'This is not an exclude group header.'
  15. msg.4 = '----- 1 line not displayed -----'
  16. msg.5 = '----- 'INSERT' lines not displayed -----'
  17. MSG.6 = 'Target of 'INSERT' is contained within 'INSERT' block.'
  18.  
  19. RETURN MSG.MSGNO
  20.  
  21.