Skip to main content Link Search Menu Expand Document (external link) Copy Copied

WriteText

Writes the given string to the current opened text file.


Syntax

expression.WriteText(TextData)

Parameters

The required TextData argument is an identifier specifying a String Type variable.

Return value

None

📝Note

User must open a stream before try to write data to the text file.

See also
OpenStream method.

Back to Methods overview