ADO ReadText Method
Complete Stream Object Reference
The ReadText method is used to read the entire stream, a line, or a specified number of
characters from
a text Stream object and returns the resulting data as a string.
Note: This method is only used with text Stream objects, for binary
Stream objects, use the Read method.
Syntax
str=objStream.ReadText numchars
|
| Parameter |
Description |
| numchars |
Optional. The number of characters to read from the file,
or a StreamReadEnum value. Default is adReadAll
If you have specified more than the number of characters left in the
Stream, only the character remaining are returned
|
StreamReadEnum Values
| Constant |
Value |
Description |
| adReadAll |
-1 |
Default. Reads all characters from the stream, from the
current position to EOS
|
| adReadLine |
-2 |
Reads the next line from the stream |
Complete Stream Object Reference
 |
 |
 |
 |
The Ektron Intranet
lets you do everything you need to do on your corporate intranet and everything you want to do... all with just one application.
What can you do with the Ektron Intranet? |
 |
Navigate through content, documents, assets, colleagues and workgroups quickly and intuitively with enterprise search |
 |
Communicate with friends and colleagues with forums, message boards and corporate blogging using the new Social Networking Platform |

|
Utilize the extensive out-of-the box features or customize your site through Ektron CMS400.NET's open architecture |
 |
Promote collaboration in your organization through project workspaces where others can efficiently find information and work together |
 |
Author/edit content, manage navigation, menus, audit trails, workflow and approvals with the best in breed Content Management |
|
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
|
|
 |
TAKE THE VIDEO TOUR |
 |
or download a FREE TRIAL today. |
|