On Dec 3, 2007 5:41 AM, <Alexander.Camek at elektrobit.com> wrote:
>
> I invoke the macro by calling it with C2ADA(${LIST_OF_FILES} ADS).
>
> Is there a possibilty to do what I want by using another command?
You want variable arguments. Look in the MACRO docs for ARGC, ARGV, and ARGN.
Cheers,
Brandon Van Every