UNDERLINECHAR

Sets the default underline character displayed in a report.

You can use any graphic character that you can generate in the text editor used to define the report. In some editing tools, you can generate a graphic underline by holding the ALT key down while typing 196 on the numeric keypad and then releasing the ALT key. For a double graphic underline, type 205. You must use a font with these graphic characters if the report is to print correctly. Default underline character "=" is used.

Syntax

{ UNDERLINECHAR ["character"] }
ParameterDescription

"character"

A single-byte character, enclosed in quotation marks, for the new underline character.

Notes

Example

{UNDERLINECHAR "-"} 

sets the character used when underlining to a single dash.

See Also