StreamWriteEnum
Applies to: Access 2013, Office 2013
Specifies whether a line separator is appended to the string written to a Stream object.
Constant |
Value |
Description |
---|---|---|
adWriteChar |
0 |
Default. Writes the specified text string (specified by the Data parameter) to the Stream object. |
adWriteLine |
1 |
Writes a text string and a line separator character to a Stream object. If the LineSeparator property is not defined, then this returns a run-time error. |
ADO/WFC equivalent
These constants do not have ADO/WFC equivalents.