home *** CD-ROM | disk | FTP | other *** search
- Copyright James Mulgrue
- http://www.yoursite.co.uk/os/2/awe/
- Example Plugin File for Testing
- N
-
-
- plgnl = '0d0a'x
- PLGDOC.1 = "Selected Begin" PLGSelectedbegin
- PLGDOC.2 = "Selected End" PLGSelectedEnd
- PLGDOC.3 = "Document Begin" PLGDocumentBegin
- PLGDOC.4 = "Document End "PLGDocumentEnd
- plgdoc.5 = "LENGTH reports "length(plgdocumentsource)
-
- /* PLGDOC.5 = "Length of PLGDocumentSource according to Rexx Positional length call" length(PLGDocumentSource) */
- PLGDocumentSource =plgdoc.1 plgnl||plgdoc.2 plgnl||plgdoc.3 plgnl||plgdoc.4 plgnl||plgdoc.5 plgnl
-
-
-