ReadLine Method

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_BSTRtype. A line is terminated by a <CR><LF>.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.