Thanks guys, the sprintf command worked great.
On Sun, Sep 14, 2008 at 1:13 PM, John Doty
<jpd@xxxxxxxxx> wrote:
On Sep 14, 2008, at 10:43 AM, Rob Butts wrote:
> It is an integer, i_temp, who's value is 0x004F
If it's an integer, it's just an integer, in no specific base (well,
OK, on most hardware it's really encoded in binary, but at this level
that's largely invisible).
To make its character representation for display, you'll need to use
some function like sprintf(), itoa(), etc. That's where you determine
the base: itoa() will give you decimal, sprintf() lets you choose.
John Doty Noqsi Aerospace, Ltd.
http://www.noqsi.com/
jpd@xxxxxxxxx