Storages & Files textLineSeparator
textLineSeparator read/write property

Defines the text line separator. This allows the ReadText method to recognize the lines in text streams and WriteText to write correct lines when called with 1 option.

Syntax:

object.textLineSeparator = variable
variable = object.textLineSeparator

The default value is the Windows default line separator - vbCrLf ("\r\n" in JScript/C notation)

Remarks:

The separator can be used in different ways depending on the option used with the ReadText and WriteText methods. See their options for more information. 

The line delimiter cannot exceed 16 characters.

Applies to: SFStream object

newObjects Copyright 2001-2006 newObjects [ ]