14.04.2012, 13:55
Hi,
I want to write a function which requires a dynamically amount of parameters and pass them to format.
I know that is possible using a macro. But I don't want to use a macro because I have to initialize a few variables which may get in conflict with other variables of the same name or if I have to call that function multiple times / use it in a loop.
Any way to solve that?
I want to write a function which requires a dynamically amount of parameters and pass them to format.
I know that is possible using a macro. But I don't want to use a macro because I have to initialize a few variables which may get in conflict with other variables of the same name or if I have to call that function multiple times / use it in a loop.
Any way to solve that?