| Object: | TextStream |
| Syntax: | ReadLine () |
| Returns: | A single line of the file |
| Description: | This method reads a single line of the file into an array of text characters starting from the current cursor location. In automation terms, this is a VT_BSTR type. A line is terminated by a <CR><LF>. |
| Previous Page | Next Page |