SAMPLE v15
This function and procedure generates the <SAMP>
and </SAMP>
tags, which render text in a monospace font.
Syntax
The following is the syntax for HTP:
HTP.SAMPLE ( ctext IN VARCHAR2 cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTP.SAMPLE (ctext, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctext | The text to render in a monospace font |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters