TextStream.Write() (Method)

A method that writes to the text stream.

Availability:

JScript - 2.0
Internet Explorer - 4.0
JavaScript syntax:IEmyTextStream.Write(aString)
Argument list:aStringSome text to write to the file.

This writes exactly (and only) the text passed in its string argument.

See also:TextStream.WriteLine()