[Top] [Prev] [Next] [Bottom]
[Contents]
SaListItem
Prints an HTML list item fragment to an HTML stream.
#include "SaRnHtml.h"
int SaListItem(char* evalue);
Arguments
evalue
- A string specifying the list item's value. This string is converted to an HTML-compatible string. If evalue is NULL, an empty string is used.
Return Values
Returns an integer with a value of 0.
Prints an HTML list item fragment to an HTML stream.
The code fragment:
SaListItem("Oranges");
will write:
<LI>Oranges</LI>
to the output stream.
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.