hi all,

please tell me how to make concatenate of two different datatypes

Qstring str="4";
unsigned long lg=100001;

now i want to make the value as lg= 4100001 .(i.e.,"4"+100001)

Thanks,