home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.pascal.borland      Borland Pascal was actually pretty neat      2,978 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 1,584 of 2,978   
   Marco van de Voort to Floris   
   Re: slow writing of text files   
   11 May 05 13:25:46   
   
   From: marcov@stack.nl   
      
   On 2005-05-11, Floris  wrote:   
   >   
   > I'm using freepascal to write text files, but it writes really slow.   
   > It looks something like this and it writes with about 300 KB per second:   
      
   var b : array [0..16383] of byte;   
      
      
      
      
   > for i:=1 to 1000 do begin   
   >   outfilename:='myname' + integertostring(i) +'.txt';   
   >   Assign (outfile,outfilename);   
   >   rewrite(outfile);   
      
   settextbuf(outfile,buf);   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca