HELPMAKE Help (helpmake.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Highlighting: Example
 Using Formatting Flags                    Up Contents Index Back
─────Highlighting: Example──────────────────────────────────────────────────
 
          \bReturns:\p    a handle if successful, -1 if not
 
     In the example above, the text "Returns:" is in bold while the
     rest of the line is plain.
 
          \bThis is bold\p
          \u\bThis is bold and underlined\p
          \bBold, \ubold and underlined, \bunderlined\p
          This is plain.
 
     In this example, the first line is boldfaced; the second is
     boldfaced and underlined; the third is boldfaced, then boldfaced
     and underlined, then underlined only; and the fourth is plain.
     Note that the formatting flags are toggles, turning an attribute
     on if off and vice versa. Also note that attributes can overlap.
 
     The \p at the end of each line turns off the attributes.
                                    -♦-