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.
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.