home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / applicat / 9554 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.6 KB  |  44 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!ozcrwl!thomas
  3. From: thomas@ozcrwl (Hugh Thomas)
  4. Subject: FinalCopyII: Entering TAB and bullet chars in AREXX
  5. Message-ID: <1992Dec21.035948.702@nntpd.lkg.dec.com>
  6. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  7. Organization: Digital Equipment Corp.
  8. X-Newsreader: Tin 1.1 PL4
  9. Date: Mon, 21 Dec 1992 03:59:48 GMT
  10. Lines: 32
  11.  
  12. I'm trying to write a Final Copy II AREXX macro to implement a 
  13. "bulleted list". I want the macro to do the following:
  14.  
  15.   1. invokes a predefined "style" with appropriate indent and tab settings
  16.   2. begins a new paragraph
  17.   3. enters the "bullet" character
  18.   4. TABs to the next tab stop ready for (manual) text entry 
  19.  
  20. Steps 1 and 2 work fine. My problem is: how do I enter "special" characters
  21. like bullet and TAB from an arrex macro? I can't find anything in the 
  22. manual that says how to do it or even if it's possible. 
  23.   Since the bullet character is entered via the keyboard as ALT+8 I tried
  24.  
  25.     AltDown
  26.     Type 8
  27.         AltUp
  28.  
  29. but that didn't work. 
  30.  
  31. Any suggestions welcome!
  32.  
  33.  
  34. Hugh.
  35.  
  36. --
  37.  
  38. +-------------------------------+---------------------------------------------+
  39. | Hugh Thomas                   | thomas@oils.ozy.dec.com                     |
  40. | Networks and Communications   | The views expressed are my own, etc...      |
  41. | Digital Equipment Corporation | "The rabbit's nothing, the duck carries     |
  42. | Gold Coast, Australia         |  the show!"                                 |
  43. +-------------------------------+---------------------------------------------+
  44.