Hi
I have this declaration:
TChar driveletter;
now i want to assich the character "C" to che variable driveletter.
How i can do it?
Thanks to each respondent
Hi
I have this declaration:
TChar driveletter;
now i want to assich the character "C" to che variable driveletter.
How i can do it?
Thanks to each respondent
TChar currentDriveLetter;
currentDriveLetter = TChar('C'😉;