please dont rip this site
Microsoft® JScript™
AtEndOfLine Property
 Language Reference 
Version 2 

See Also                  Applies To


Description
Read-only property that returns true if the file pointer is positioned immediately before the end-of-line marker in a TextStream file; false if it is not.

Syntax
object.AtEndOfLine

The object is always the name of a TextStream object.

Remarks
The AtEndOfLine property applies only to TextStream files that are open for reading; otherwise, an error occurs.

The following code illustrates the use of the AtEndOfLine property:

var fs, a, retstring;
fs = new ActiveXObject("Scripting.FileSystemObject");
a = fs.OpenTextFile("c:\testfile.txt", ForReading, False);
while (a.AtEndOfLine != true)
    {
    retstring = a.Read(1);
    ...
    }
a.Close( );

© 1997 by Microsoft Corporation. All rights reserved.


file: /techref/inet/iis/jscript/htm/js863.htm, 2KB, , updated: 1997/9/30 04:45, local time: 2008/8/20 23:20,
TOP NEW HELP FIND: 
38.103.63.61:LOG IN
©2008 PLEASE DON'T RIP! DO: LINK / DIGG! / MAKE!

 ©2008 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it!
<A HREF="http://www.piclist.com/techref/inet/iis/jscript/htm/js863.htm"> AtEndOfLine Property</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be reviewed) Just type in the box and press the Post button. (HTML welcomed!): A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Did you find what you needed?

  PICList 2008 contributors:
o List host: MIT, Site host massmind.org, Top posters @20080820 Apptech, Jinx, Xiaofan Chen, olin piclist, Alan B. Pearce, William \Chops\ Westfield, Cedric Chang, Tamas Rudnai, David VanHorn, Gerhard Fiedler,
* Page Editors: James Newton, David Cary, and YOU!
* Roman Black of Black Robotics donates from sales of Linistep stepper controller kits.
* Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters.
* Monthly Subscribers: Shultz Electronics, Timothy Weber, on-going support is MOST appreciated!
* Contributors: Richard Seriani, Sr.
  'What can I do?' - SiCKO

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .