|
|
Hugo wrote:
> Okay after what you told, I checked your macro again.. Could it be as
> simple
> as this? ;o))
>
> #declare LOD=LOD+1;
>
> ... this happens every time you invoke the macro because it's a global
> variable! You don't undefine it after the macro is finished, so next
> time
> your macro takes the variable, it's +1 .. Don't worry, we all make
> mistakes.. Assuming this was the bug cause I didn't test it yet.
>
> Regards,
> Hugo
Doh! For some reason, that did it. I thought it wouldn't matter,
since it is an argument to the macro... I guess it mattered :)
...Chambers
Post a reply to this message
|
|