--- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > > > > > > > so I was hoping that file.writeall(file,s,"a") could be made to work > > like cat>>file with respect to tail -f. > > > > I looked again and maybe there is a way. I can open a file for > > writing which will also allow subsequent read accesses. Not sure if > > there will make a difference, since file is openned and close fairly > > quickly by writeall. I uploaded a file.dll to webeddie folder -- let > > me know if it makes any diffence. > > I haven't tried the new file.dll yet, but I'd noticed it's working: > > local fh=file.open("...","a") ;; also working with "w" > fh.writeline(str)
Yes, the new file.dll works fine now. Sean Attention: PowerPro's Web site has moved: http://www.ppro.org 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/
