--- swzoh wrote: > It's me again. :-) I'm afraid that I could be too hasty again. > But are you sure that Test1.txt does not contain additional line > after the text you wrote down?
Because Test1.txt is written by PowerPro in the script, it contains only this: "This['r]['n]is['r]['n]a['r]['n]test['r]['n]" > Why I'm asking this is that because of "not file.eof(handle)" in For() > the "end line" of the handle will not be processed to "Output". I was thinking this myself, but it turns out that File.EOF only returns true AFTER a ReadLine has reached the end of a file. This means that a 0 is returned because I am trying to read past the end of the file. What concerns me more, though, is that not both 'r and 'n are returned by File.ReadLine, despite reading both characters in. Once again, it's the 'rs and 'ns doing us in! :-) Cheers, Alex ICQ# 37414292 ------------------------ Yahoo! Groups Sponsor ---------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM ---------------------------------------------------------------------~-> **** EDIT YOUR POSTINGS !!!! **** Please remove as much as possible from original messages before replying to them. ________________________________________________ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
