(01-23-2012, 03:41 PM)United States of America Wrote: Why don't you actually try to do it first? It'll help in the long run. I'll see what I can scoop up.
thanks for replying , hmm we convert a string to int by
String s ;
int num=Integer.parseInt(s);
is der any way or somethin through which we can convert a integer into string ??
not to worry my prob solved ,
iam sorry i was little confused , i did it dat way
String s =String.format(" %d " , num);
wil b back with more querries