I have tried to print out a floating number with the fprintf command. I just got out a f instead of the variable. Why doesn't this work? floatvar = 0.2; fprintf(stream, "hello, here is a float %f", floatvar); Sigurd Kleppan sigurkl at frisurf.no