[fpc-devel] [patch] - fpcUnit testreport.pp
    Sergei Gorelkin 
    sergei_gorelkin at mail.ru
       
    Thu Oct 26 14:43:45 CEST 2006
    
    
  
Thursday, October 26, 2006, 3:47:37 PM, Micha Nelissen wrote:
MN> Graeme Geldenhuys wrote:
>> +begin
>> +  sString := '';
>> +  for i := 1 to pIntLen do
>> +    sString := sString + ' ';
>> +  Result := sString;
>> +end;
MN> I object to the inefficiency of this implementation. Isn't there a 
MN> routine in system to generate a string of X characters ?
Surely there is - StringOfChar()
-- 
Best regards,
 Sergei
    
    
More information about the fpc-devel
mailing list