> > Sounds like you are having problems with output buffering. Try adding... > > fflush(stdout); > > ...after your fprintf statement. > > Chris Arg... so simple. Been a while since I wrote some C code. Thx a lot! JD
> > Sounds like you are having problems with output buffering. Try adding... > > fflush(stdout); > > ...after your fprintf statement. > > Chris Arg... so simple. Been a while since I wrote some C code. Thx a lot! JD