AdoStream:WriteText()

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoStream Class >

AdoStream:WriteText()

Previous pageReturn to chapter overviewNext page

Purpose

Writes a specified text string to a Stream object.

 

Prototype

METHOD WriteText ( cData AS STRING, liOptions AS USUAL )  AS VOID PASCAL CLASS AdoStream

 

Argument(s)

cData        STRING the text in characters to be written.

liOptions        LONG (Optional) An AdoStreamWriteEnumvalue that specifies whether a line separator character must be written at the end of the specified string.

 

 

See Also

AdoStream, AdoStreamWriteEnum