writelnwriteln*
*



Contents  *



Index  *Topic Contents
*Previous Topic: write
*Next Topic: zOrder

writeln

Description

Writes one or more HTML expressions to a document in the specified window, followed by a carriage return.

Syntax

object.writeln(string)

ParameterDescription
string String specifying the text and/or HTML tags to write.

Return Value

No return value.

Remarks

In HTML, the carriage return is ignored unless within preformatted text.

Applies To

document


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.