On Thu, Dec 19, 2013 at 08:50:46AM +0100, Martti Kühne wrote: > I'm confused about what you're trying to accomplish here. > How about you just copy the format part from the for loop up there and > throw it into the standard library's printf?
That's what I'm doing. You still have to figure out, where the format string starts and where it ends and you have to convert the argument to the correct type. Best regards Maurice Quennet