Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Escape! V3.0 - <b>hpunderln()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
hpUnderln()

Print text with a single underline


Syntax

hpUnderln(cString>)


Parameters

<cString>
The string of text that is to be printed with an underline.


Returns

<c>
Underlined string.


Remarks

Use hpUnderln() anytime you need underlined typeface in your
printouts.  hpUnderln() will always work regardless of what style font
you are printing with.


Support By

All HP Laserjet Printers


Example

@ 1,0 SAY hpUnderln('This text is underlined')
hpAtSay(10,10,hpUnderln('So is this'))

hpUnderln() can even be used in combination with other Escape!
functions:

?? hpUnderln(hpBold('This is bold and underlined'))
hpCenter(hpBold(hpUnderln('Title')), 1)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson