Re: unbuffered file IO?
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Tue, 14 Aug 2007 20:38:25 +0100
MikeJ <vettes_n_jets@xxxxxxxxxxxxx> wrote:
make a While loop
ofs = TextFileServer("somefile")
string srow
while (ofs=false)
{
srow=ofs.getRow();
Console.Writeline(srow);
}
It's still very unclear what your actual question is, and your code
above won't compile (there aren't enough semi-colons).
Could you try again?
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
.
- Follow-Ups:
- Re: unbuffered file IO?
- From: MikeJ
- Re: unbuffered file IO?
- References:
- unbuffered file IO?
- From: Lee Crabtree
- Re: unbuffered file IO?
- From: MikeJ
- unbuffered file IO?
- Prev by Date: Re: Clear all TextBox on a Form
- Next by Date: Re: Integrating VB 2005 module.
- Previous by thread: Re: unbuffered file IO?
- Next by thread: Re: unbuffered file IO?
- Index(es):
Relevant Pages
|