|
|
As far as I can tell, a few years ago I designed a macro which takes four
variables as inputs, and got it to do what I wanted by calling it with (a
mistake?) only three.
If this were allowed, is there a rule as to how pov will re-interpret the
variables with something like variable promotion: a,b,c gets taken as
a,b,c,c?
Post a reply to this message
|
|
|
|
On Tue, 26 Oct 2004 21:52:52 -0400, "Greg M. Johnson"
<gregj;-)565### [at] aolcom> wrote:
>As far as I can tell, a few years ago I designed a macro which takes four
>variables as inputs, and got it to do what I wanted by calling it with (a
>mistake?) only three.
>
>If this were allowed, is there a rule as to how pov will re-interpret the
>variables with something like variable promotion: a,b,c gets taken as
>a,b,c,c?
>
That would make debugging more dificult. Many an error
has been found (and thus fixed) by a macro being called
with the incorrect amount of arguments.
--
to all the companies who wait until a large user base becomes
dependant on their freeware, then shafting said happy campers with
mandatory payment for continued usage. I spit on your grave.
Post a reply to this message
|
|