BR and NL v17
These functions and procedures generate the <BR>
tag, which begins a new line of text.
Syntax
The following is the syntax for HTP:
HTP.NL ( cclear IN VARCHAR2 DEFAULT NULL cattributes IN VARCHAR2 DEFAULT NULL); htp.br ( cclear IN VARCHAR2 DEFAULT NULL cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTF.NL (cclear, cattributes) RETURN VARCHAR2; HTF.BR (cclear, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
cclear | The value for the CLEAR attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters