Hi All,
I need to allow only alphanumeric characters while saving in a TBuf buffer.So if there are any special characters,I should not save it.
So how to check the buffer is having only alphanumeric characters.
Thanks in Advance.
Regards,
ramesh12.
Hi All,
I need to allow only alphanumeric characters while saving in a TBuf buffer.So if there are any special characters,I should not save it.
So how to check the buffer is having only alphanumeric characters.
Thanks in Advance.
Regards,
ramesh12.
Just put a loop as we do in normal c with char array. I hope link can be helpful to you.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
TChar class has IsAlpha() function. Read the SDK and do accordingly.
Nokia Developer Wiki Moderation team