home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / notabene / 305 < prev    next >
Encoding:
Text File  |  1992-07-22  |  885 b   |  29 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!UKCC.UKY.EDU!FREJDH
  3. Message-ID: <NOTABENE%92072301205287@TAUNIVM>
  4. Date:         Wed, 22 Jul 92 17:58:14 EDT
  5. Sender:       Nota Bene List <NOTABENE@TAUNIVM>
  6. From:         Jesse Hurlbut <FREJDH@UKCC.UKY.EDU>
  7. Subject:      Command Brackets in XPL program?
  8. Newsgroups: bit.listserv.notabene
  9. Lines: 18
  10.  
  11. I'm trying to put together an XPL program that has lots of search
  12. strings that include command brackets.  I'm running into problems with
  13. them being interpreted as actual commands and not search strings.  For
  14. example:
  15.  
  16.      se /<<PR blah blah/
  17.  
  18. Then later in the program:
  19.  
  20.      se /blah blah>>/
  21.  
  22. As a result, EVERYTHING in between is considered part of a PR-delta
  23. (including several lines of XPL commands, which are being
  24. completely ignored).
  25.  
  26. Is there some way around this problem?
  27.  
  28. Jesse Hurlbut
  29.