in reply to Re: converting digits
in thread converting digits

Actually, if you're using sprintf to format text, you only need print to output the (formatted) text.
If you want to format and output in one step, then you should use printf.

Replies are listed 'Best First'.
Re: Re: Re: converting digits
by fuzzyping (Chaplain) on Jul 29, 2002 at 13:36 UTC
    I was simply clarifying the differences between the two functions. That's quite a leap of logic for you to infer that I was suggesting both should be used inclusively. Perhaps next time I'll keep my updates to myself. :-P

    -fp

    Update: BazB, sorry if that sounded confrontational. I just woke up, and didn't grok that I had to explain myself over something so elementary.