Is there a way to define optional parameters in a Velocimacro? For instance, given the following macro:
#macro ( myMacro $param1 $param2 $param3 )
(some content)
#end
Can I do something like the snippet below?
#myMacro('Val1', , 'Val3')
Thanks,
Igor
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
