Board index » delphi » wide strings ans wide char
je...@iss.u-net.com (J French)
![]() Delphi Developer |
Thu, 05 Feb 2004 20:17:04 GMT
wide strings ans wide char
Could you expalin a bit more about what you want to do.
'Dropping' wide strings into a Hash Table ? Bufferstandard and buffer extended ??? Assuming that you want to make a Hash Table containing WideStrings, You make the array a bit larger than the number of items to allow for ' AppendWideChar, AppendWidestring, get Widestring length ' are all pretty irrelevant - Delphi's string handling and array If this is what you are up to then the only 'tricky' bit is dividing a Personally I have always considered Hashing an overcomplicated way of On Sun, 19 Aug 2001 10:45:24 GMT, "El Toine" <t.vanv...@pandora.be> Quote>I would like to write a program where I can drop Wide char and wide strings |