(66 out of 193)
SaListItemEnd
Prints the ending fragment for a list item to an HTML stream.
Synopsis
#include "SaRnHtml.h"
int SaListItemEnd();
Argument
None
Return Values
Returns an integer with a value of 0.
Description
Prints the ending fragment for a list item to an HTML stream.
Example
The code fragment:
SaListItemEnd();
will write:
</LI>
to the output stream.
See Also
(66 out of 193)