AdoStream:ReadText()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoStream Class >

AdoStream:ReadText()

Previous pageReturn to chapter overviewNext page

Purpose

Reads specified number of characters from a text Stream object.

 

Prototype

METHOD ReadText ( liNumChars AS USUAL )  AS STRING 

 

Argument(s)

liNumChars        LONG (Optional) the number of characters to read from the file, or a AdoStreamReadEnum value. The default value is adReadAll

 

 

Return

STRING        The string read from the stream

 

See Also

AdoStream