Fristly I'm not english so excuse me for every mistakes... But here is my problem : - I'm trying to make a macro that will add two different Attributes (easy so far); - I want to cap the sum of these two Attributes not to exceed 16; - I therefore see myself in the obligation (or not but I'm not aware of it?) to use the k.eep l.owest 1 macro wich is composed as follows : {@{name|Attributes},12}kl1; - (Don't worry about the 12 it's part of my rules); - HOWEVER !!!! - I intend to include this macro with about ten other identical ones (one per Attribute) in a Query macro : ? {name of the list |Attribute 1| Attribute 2|...}; - Wich implies tant the comma included in : {@{name|Attributes},12}kl1 totally kills my Query macro - I've tried to replace it with an HTML shortcut (, and &#44) but unfortunately this doesn't work.... despite the fact that my macro is perfectly working without the HTML shortcut (but not in a Query menu !!); - ... - Ideas ? Advices ? :D