NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WriteBlankLines Method

Writes a specified number of newline characters to a TextStream file.

object.WriteBlankLines(lines)

Arguments

object
Required. Always the name of a TextStream object.
lines
Required. Number of newline characters you want to write to the file.

See Also

Close Method | Read Method | ReadAll Method | ReadLine Method | Skip Method | SkipLine Method | Write Method | WriteLine MethodApplies To: TextStream Object