Re: sprintf with dynamic number of elements



Bosconian:

Is there a way to accomplish this?

I'd be guessing spontaneously this way

$args = array("a", "b", "c");
sprintf($format, extract($args))

Rgds
--
.