I want to copy the content in the string to char array.
Can I use this code StrLCopy(C, pChar(@S[1]), high(C));
I am currently using Delphi 2006. Will there be any problems if I upgrade my Delphi version because of Unicode support provided in newer versions?
If not, what can be the code for this conversion?