Jump to content

large file and fileopen won't work


 Share

Recommended Posts

don't see anything wrong with it, I tried it on several files, one file with about 1200 lines in it, read just fine.

$filename=@ScriptDir & "\Readme.txt"
$Fso = ObjCreate( "Scripting.FileSystemObject" )
$f = $Fso.OpenTextFile( $filename, 1,0 )

While not $f.AtEndOfStream
$line=$f.ReadLine()
ConsoleWrite($line & @LF)
Wend
$f.close( )
Edited by gafrost

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...