 |
The Spirit of Delphi: Text encryption with XOR
Well yes, because AnsiString is made up of single byte characters while String(in d2010) allocates 2 bytes per character, the above example is made in delphi 7(in Delphi 7 string = AnsiString). You can create a new unit in which you define: TMYString = {$
www.delphigeist.com |
 |