We figured out how to do it....Here it goes....
QByteArray bArray = s.toLatin1();
const char * ch = bArray.constData();
int m = atoi(ch);
If there is anyother way your welcome to let me know...
Thanks....
Originally Posted by mgurbuz
We figured out how to do it....Here it goes....
QByteArray bArray = s.toLatin1();
const char * ch = bArray.constData();
int m = atoi(ch);
If there is anyother way your welcome to let me know...
Thanks....
Originally Posted by mgurbuz
Bookmarks