home *** CD-ROM | disk | FTP | other *** search
/ Enter 1998 December / ENTER12_1.iso / os2 / Awe / AWE0157.ZIP / plg / debug.plg next >
Encoding:
Text File  |  1998-08-15  |  573 b   |  19 lines

  1. Copyright James Mulgrue
  2. http://www.yoursite.co.uk/os/2/awe/
  3. Example Plugin File for Testing
  4. N
  5.  
  6.  
  7. plgnl = '0d0a'x
  8. PLGDOC.1 = "Selected Begin" PLGSelectedbegin
  9. PLGDOC.2 = "Selected End" PLGSelectedEnd
  10. PLGDOC.3 = "Document Begin" PLGDocumentBegin
  11. PLGDOC.4 = "Document End "PLGDocumentEnd
  12. plgdoc.5 = "LENGTH reports "length(plgdocumentsource)
  13.  
  14. /* PLGDOC.5 = "Length of PLGDocumentSource according to Rexx Positional length call" length(PLGDocumentSource) */
  15. PLGDocumentSource =plgdoc.1 plgnl||plgdoc.2 plgnl||plgdoc.3 plgnl||plgdoc.4 plgnl||plgdoc.5 plgnl
  16.  
  17.  
  18.  
  19.