NOBR v15
This function and procedure generates the <NOBR>
and </NOBR>
tags, which turn off line breaks for the tagged text.
Syntax
The following is the syntax for HTP:
HTP.NOBR(ctext in VARCHAR2);
The following is the syntax for HTF:
HTF.NOBR(ctext) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctext | The text that to render without a line break |
- On this page
- Syntax
- Parameters