[Top] [Prev] [Next] [Bottom] [Contents]

SaOListBegin

Prints the beginning fragment for an ordered list.

Synopsis

#include "SaRnHtml.h"
int SaOListBegin();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the beginning fragment for an ordered list.

Example

The code fragment:

SaOListBegin();
will write:

<OL>
to the output stream.

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.