Hi there,

Is there a way to either set a missing argument to a default value, or
overloading the macro?
for example, if I have a macro like this:
#macro (toBeOverLoaded $name $value $size)
#if ($size < 30)
#set ($size = 30)
#end
...
#end

and calling this macro:
#toBeOverLoaded($name $value), note: $size is not passed.
Is there any way I can do this?
Thanks,

David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to