home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / wp_dtp / xdme1820.lha / XDME / AREXX / test.xdme < prev    next >
Text File  |  1993-01-27  |  426b  |  29 lines

  1. /*
  2.  
  3.     This file tests and demonstrates some features of XDME and AREXX
  4.  
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. address 'XDME.1'
  10.  
  11. 'rxresult $filename'
  12. say 'The actual filename is' RESULT
  13.  
  14. 'rxresult $file'
  15. say 'The actual file is' RESULT
  16.  
  17. 'rxresult $path'
  18. say 'The actual path is' RESULT
  19.  
  20. 'projectinfo'
  21. say 'The actual project is' RESULT
  22.  
  23. 'rxresult $lineno'
  24. say 'The actual line is' RESULT
  25.  
  26. 'rxresult $colno'
  27. say 'The actual column is' RESULT
  28.  
  29.