Hullo Awesome Helpers,
Thank you for helping me earlier.
I am back with new problem. I am trying to covert a TEXT String into either Lower and Upper case characterS. (Upper case Eg. ALFRED instead of alfred)
(Lower case Eg. thompson instead of THOMPSON )
Please help me.
Coding
//convert to lower case
string strName = lcase(this.txtN ame.text) <-- not working
//convert country to Upper case
string strCountry =ucase(this.tex tCountry.text)<-not work
Thank you for your help.
Cheers,
Lennie
Thank you for helping me earlier.
I am back with new problem. I am trying to covert a TEXT String into either Lower and Upper case characterS. (Upper case Eg. ALFRED instead of alfred)
(Lower case Eg. thompson instead of THOMPSON )
Please help me.
Coding
//convert to lower case
string strName = lcase(this.txtN ame.text) <-- not working
//convert country to Upper case
string strCountry =ucase(this.tex tCountry.text)<-not work
Thank you for your help.
Cheers,
Lennie
Comment