Jump to content
Jud

BlockRead & BlockWrite - E2010 error

Recommended Posts

29 minutes ago, Lars Fosdal said:

I am open to suggestions for alternatives?

You can add buffers wherever you like. I have line based text file readers and writers that buffer actual file access. 

Share this post


Link to post
5 minutes ago, David Heffernan said:

You can add buffers wherever you like. I have line based text file readers and writers that buffer actual file access. 

Buffers that work with AssignFile/Readln/Writeln?  That is the use I describe. 

Share this post


Link to post
4 hours ago, Lars Fosdal said:

Buffers that work with AssignFile/Readln/Writeln?  That is the use I describe. 

No. I have classes that have similar methods. For example, my reader class can be used with while/readln pattern, or a for in loop. 

Share this post


Link to post

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

×