|
 |
"jr" <cre### [at] gmail com> wrote:
Hi,
> my own, on the wiki. however, there's also a macro in 'pvars.inc' (on wiki)
> which has only optional arguments.
Looks like there is some limitation on number of optional args:
----------------------------------------------
#macro _vector(optional p1, optional p2, optional p3)
#end
_vector(1, 2, 3) // OK
_vector(1, 2, ) // OK
_vector(1, ) // Error
----------------------------------------------
I wonder how is your code works ?
Regards,
--
YB
Post a reply to this message
|
 |