MENULISTOPEN and MENULISTCLOSE v16

These function and procedure generate the <MENU> and </MENU> tags, which create a list consisting of one line for each item.

Syntax

The following is the syntax for HTP:

HTP.MENULISTOPEN;

HTP.MENULISTCLOSE;

The following is the syntax for HTF:

HTF.MENULISTOPEN RETURN VARCHAR2;

HTF.MENULISTCLOSE RETURN VARCHAR2;