Hi,
I have a simple question: is it possible to feed printf() a list with a 
variable number of arguments? Specifically I want to print a formatted list of 
numbers contained in an arrary, but I can't tell in advance how many elements 
does the array contain. Is there an easy way to do that, or should I create a 
string with the different elements, looping over all of them?
Thanks in advance,
Ferran.

Reply via email to