|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hello,
well i've got a bunch of macros... each one of them accepts
4 to 6 parameters. now i want to put all the macros in one
giant mother-of-all-macros.
does my parameter field for the big daddy macro need to
contain ALL the parameters that are accepted by the
contained macros?
thanks, miker
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
MR wrote:
>
> hello,
>
> well i've got a bunch of macros... each one of them accepts
> 4 to 6 parameters. now i want to put all the macros in one
> giant mother-of-all-macros.
>
> does my parameter field for the big daddy macro need to
> contain ALL the parameters that are accepted by the
> contained macros?
>
> thanks, miker
Depends on the macro. You'll have to be more specific.
ie: can two macros share the same input value?
can a macro generate data for another?
and so on.
//Spider
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Spider wrote:
>
> MR wrote:
> >
> > hello,
> >
> > well i've got a bunch of macros... each one of them accepts
> > 4 to 6 parameters. now i want to put all the macros in one
> > giant mother-of-all-macros.
> >
> > does my parameter field for the big daddy macro need to
> > contain ALL the parameters that are accepted by the
> > contained macros?
> >
> > thanks, miker
> Depends on the macro. You'll have to be more specific.
>
> ie: can two macros share the same input value?
> can a macro generate data for another?
>
> and so on.
>
> //Spider
Sure, why not?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
PoD wrote:
>
> Spider wrote:
> >
> > MR wrote:
> > >
> > > hello,
> > >
> > > well i've got a bunch of macros... each one of them accepts
> > > 4 to 6 parameters. now i want to put all the macros in one
> > > giant mother-of-all-macros.
> > >
> > > does my parameter field for the big daddy macro need to
> > > contain ALL the parameters that are accepted by the
> > > contained macros?
> > >
> > > thanks, miker
> > Depends on the macro. You'll have to be more specific.
> >
> > ie: can two macros share the same input value?
> > can a macro generate data for another?
> >
> > and so on.
> >
> > //Spider
>
> Sure, why not?
AFAIK there is a limit to how many parameters you use in a macro.. Think
it's 16 or so.. Have a look in the source rather than belive me.
//Spider
--nothing is real, nothing, nothing, nothing is real.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Testing it would be a strar.
MR wrote:
>
> hello,
>
> well i've got a bunch of macros... each one of them accepts
> 4 to 6 parameters. now i want to put all the macros in one
> giant mother-of-all-macros.
>
> does my parameter field for the big daddy macro need to
> contain ALL the parameters that are accepted by the
> contained macros?
>
> thanks, miker
--
Cheers
Steve
------------------------------------------------------------------------------------------------
%HAV-A-NICEDAY Error reading file mailto:sjl### [at] ndirectcouk
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |