Hi, I think I might, what header file do I need to include to use that? Best regards, Mike -----Original Message----- From: pic microcontroller discussion list [mailto:PICLIST@MITVMA.MIT.EDU] On Behalf Of Dale Botkin Sent: Tuesday, August 27, 2002 4:17 PM To: PICLIST@MITVMA.MIT.EDU Subject: Re: [PIC]: C-18 You don't have printf / fprintf / sprintf? printf("%f",fp_variable); sprintf() will do the same thing but send the resulting string to whatever string you specify, fprintf will send the string to a function. Dale -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details. -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.