Easy Tutorial
❮ Asp Quickref Asp Ref Request ❯

ASP Write Method



The Write method writes the specified text to a TextStream file.

Note: This method writes text to a TextStream file without spaces or line breaks between each string.

Syntax

Parameter Description
text Required. The text to be written to the file.

Example


❮ Asp Quickref Asp Ref Request ❯