home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / Edge1721.DMS / Edge1721.adf / ExtraStuff / Edge_SasC.lha / rexx / hn_IndentOptions.edge < prev    next >
Encoding:
Text File  |  1993-11-09  |  438 b   |  21 lines

  1. /* Edge macro: hn_indentoptions
  2. **
  3. ** $VER: hn_IndentOptions.edge 1.2 (16-Feb-93 00:30:54)
  4. **
  5. ** Usage:    hn_indentoptions
  6. **
  7. ** Synopsis: select GNU-Indent options
  8. **
  9. ** Author:   Henrik Nordström
  10. **           Ängsvägen 1
  11. **           S 756 45 Uppsala
  12. */
  13.  
  14. options results
  15. 'getenvvar _fe_user7'
  16. options=result
  17. 'requeststring title "indent options?" default "'options'"'
  18. ret=rc
  19. if Ret == 0 then 'putenvvar _fe_user7 "'result'"'
  20. exit(ret)
  21.