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