PRINTS and PS v17
These procedures generate a string and replace the following characters with the corresponding escape sequence:
<with<>with>""with"&with&
Note
PRINTS and PS operate only as HTPs.
Syntax
The following is the syntax for HTP:
HTP.PRINTS(ctext IN VARCHAR2); HTP.PS(ctext IN VARCHAR2);
Parameters
| Parameter | Purpose |
|---|---|
| ctext | The string on which to perform character substitution |
- On this page
- Syntax
- Parameters