Proprietà ADO LineSeparator


❮ Riferimento completo all'oggetto Stream

La proprietà LineSeparator imposta o restituisce un valore LineSeparatorsEnum che indica il carattere separatore di riga utilizzato in un oggetto Stream di testo. L'impostazione predefinita è adCRLF.


Sintassi

objStream.LineSeparator

LineSeparatorsEnum

Constant Value Description
adCRLF -1 Default. Carriage return line feed
adLF 10 Line feed only
adCR 13 Carriage return only

❮ Riferimento completo all'oggetto Stream