Hello,
I need to convert strings (in my case countries) into unique code number.
I tried the function CharToInt, but it gives me identical numbers for different countries (for example 65 for australia, azerbaidjan, austria, argentina etc.).
Can someone explain me why ? Is there a solution to convert a string into a unique code ?
Thank you