Met Read
# ASP Read Method
* * Complete TextStream Object Reference Manual](#)
* * *
The Read method reads a specified number of characters from a TextStream file and returns the result as a string.
### Syntax
TextStreamObject.Read(numchar)
| Parameter | Description |
| --- | --- |
| numchar | Required. The number of characters to read from the file. |
### Example
Output:
The first five characters are: Hello
* * Complete TextStream Object Reference Manual](#)
YouTip