<< Click to Display Table of Contents >> AdoStream:ReadText() |
![]() ![]() ![]() |
Reads specified number of characters from a text Stream object.
METHOD ReadText ( liNumChars AS USUAL ) AS STRING PASCAL CLASS AdoStream
liNumChars LONG (Optional) the number of characters to read from the file, or a AdoStreamReadEnum value. The default value is adReadAll
STRING The string read from the stream