|
|
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
Post a reply to this message
|
|