Hey! I have a float and i want to convert it into a string. How do i do it? float tall=100; char f[10]; tall=tall/6; printf("%f",tall"); /// PRINTER OUT 16.66666 How do I convert? t[0]=1 t[1]=6 t[2]=. t[3]=6 t[4]=6 ..... regards Sigurd