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