home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / BULLETS.ZIP / README.1ST < prev   
Text File  |  1992-09-17  |  4KB  |  70 lines

  1.  
  2.                           WordPerfect BULLETS
  3.                           ~~~~~~~~~~~~~~~~~~
  4.                        From WordPerfect Magazine
  5.  
  6.  
  7.   Credit for this Bullets Macro goes to S. Scott Zimmerman and his article
  8.   in the October 1992 issue of WordPerfect Magazine.
  9.  
  10.   This menued macro allows you to choose from 8 different bullets for
  11.   highlighting sentences and paragraphs within your WordPerfect documents.
  12.  
  13.   Hit ALT-F10 and enter "bullets" at the prompt.  You will be shown
  14.   the bullet menu for selection.  Hit either the NUMBER of the selection
  15.   you want or the HIGHLIGHTED LETTER.  Either will immediately insert the
  16.   bullet of your choice into your document.  Naturally, you may rename the
  17.   file to an ALT-key designation of your choice, say ALTB.WPM, for instant
  18.   execution.
  19.  
  20.   Yours truly added the Heart; and with very little effort many other
  21.   bullets or "dingbats" may be added.  Mr. Zimmerman's main thrust in
  22.   the article is to describe and demonstrate the use of a Menu in a WP
  23.   macro.  Its basic structure may be amended for numerous uses.
  24.  
  25.   Here is the text of BULLETS.WPM.  Any revisions or additions will need
  26.   to be made using the WordPerfect Macro Editor:
  27.  
  28.   File             BULLETS.WPM
  29.                                                                           
  30.   Description      Choose BULLET Menu
  31.                                                                           
  32.    ╔═══════════════════════════════════════════════════════════════════════╗
  33.    ║{DISPLAY OFF}{CHAR}Key~{Del to EOP}                                    ║
  34.    ║{^]}Bullet·Characters{^\}                                              ║
  35.    ║{^P}{NTOK}5~{NTOK}3~{^]}1{^\}·-·{^V}M{^Q}edium·Round                   ║
  36.    ║{^P}{NTOK}5~{NTOK}5~{^]}2{^\}·-·{^V}S{^Q}mall·Round                    ║
  37.    ║{^P}{NTOK}5~{NTOK}7~{^]}3{^\}·-·{^V}H{^Q}ollow·Round                   ║
  38.    ║{^P}{NTOK}5~{NTOK}9~{^]}4{^\}·-·Medium·S{^V}q{^Q}uare                  ║
  39.    ║{^P}{NTOK}5~{NTOK}11~{^]}5{^\}·-·{^V}D{^Q}iamond                       ║
  40.    ║{^P}{NTOK}5~{NTOK}13~{^]}6{^\}·-·S{^V}t{^Q}ar                          ║
  41.    ║{^P}{NTOK}5~{NTOK}15~{^]}7{^\}·-·{^V}C{^Q}heck·Mark                    ║
  42.    ║{^P}{NTOK}5~{NTOK}17~{^]}8{^\}·-·Hea{^V}r{^Q}t                         ║
  43.    ║{^P}{NTOK}0~{NTOK}24~{^]}Selection·0{^\}{Left}~                        ║
  44.    ║{^V}                                                                   ║
  45.    ║{CASE CALL}{VARIABLE}Key~~                                             ║
  46.    ║   1~MdRound~M~MdRound~m~MdRound~                                      ║
  47.    ║   2~SmRound~S~SmRound~s~SmRound~                                      ║
  48.    ║   3~HolRound~H~HolRound~h~HolRound~                                   ║
  49.    ║   4~MdSquare~Q~MdSquare~q~MdSquare~                                   ║
  50.    ║   5~Diamond~D~Diamond~d~Diamond~                                      ║
  51.    ║   6~Star~T~Star~t~Star~                                               ║
  52.    ║   7~Check~C~Check~c~Check~                                            ║
  53.    ║   8~Heart~R~Heart~r~Heart~                                            ║
  54.    ║   {ELSE}~Exit~~                                                       ║
  55.    ║{Enter}{QUIT}                                                          ║
  56.    ║                                                                       ║
  57.    ║{LABEL}MdRound~4,0{RETURN}                                             ║
  58.    ║{LABEL}SmRound~4,3{RETURN}                                             ║
  59.    ║{LABEL}HolRound~4,1{RETURN}                                            ║
  60.    ║{LABEL}MdSquare~4,2{RETURN}                                            ║
  61.    ║{LABEL}Diamond~5,1{RETURN}                                             ║
  62.    ║{LABEL}Star~6,184{RETURN}                                              ║
  63.    ║{LABEL}Check~5,23{RETURN}                                              ║
  64.    ║{LABEL}Heart~5,0{RETURN}                                               ║
  65.    ║                                                                       ║
  66.    ║{LABEL}Exit~{Cancel}{QUIT}                                             ║
  67.    ╚═══════════════════════════════════════════════════════════════════════╝
  68.  
  69.    John Doyle, ATLPCUG, 9/17/92
  70.