[fpc-pascal]About ansistrings.
    Udo Giacomozzi 
    ugcm at usa.net
       
    Sun Dec 31 19:29:34 CET 2000
    
    
  
Hello Florian,
Sunday, December 31, 2000, 7:20:20 PM, you wrote:
>>what about FillChar() to zero when the string is already set?
FK> This will fail. Then you've to do a
FK> finalize(data);
FK> fillchar(data,sizeof(data),0);
what does finalize() exactly? does it free all ansistrings or does it
more? i could not find it in the docs...
Udo
PS: Happy new year to all!!! :)
    
    
More information about the fpc-pascal
mailing list