StreamWriter: WriteLineChars

WriteLineChars

Writes a subarray of characters to the text stream, followed by a line terminator.



 Public Sub WriteLineChars(
	  ByRef Buffer ( ) As Integer,
	  Optional ByRef Index As Variant,
	  Optional ByRef Count As Variant )

Parameters

Buffer
[ByRef] Integer. The character array from which data is read.
Index
[ByRef] Optional. Variant. The character position in Buffer at which to start reading data.
Count
[ByRef] Optional. Variant. The maximum number of characters to write.

Exceptions

ExceptionCondition
ObjectDisposedExceptionThe writer is closed.

See Also

Project CorLib Overview

Class StreamWriter Overview