D
Davor
This is what I want to do:
int currentWord = 0;
currentWord++;
textBoxOtherLang.Text = orginalLanguage[currentWord];
But, I get a "Cannot implictly convert type 'char' to 'string'"
error when trying to do it. How do I fix it?
Thanks!
================
Davor Babic´
int currentWord = 0;
currentWord++;
textBoxOtherLang.Text = orginalLanguage[currentWord];
But, I get a "Cannot implictly convert type 'char' to 'string'"
error when trying to do it. How do I fix it?
Thanks!
================
Davor Babic´