ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Macro with variable number of arguments
Date: Sun, 28 Feb 2010 12:44:17 +0100	[thread overview]
Message-ID: <00A159C2-A323-447C-98F9-6B4FE7094E15@gmail.com> (raw)
In-Reply-To: <4B8A349B.6040906@googlemail.com>


On 28 févr. 2010, at 10:17, Wolfgang Schuster wrote:

> \def\myMacro
>  {\dotriplegroupempty\domyMacro}
> 
> \def\domyMacro#1#2#3%
>  {\doifelsenothing{#3}
>     {Name: #1\crlf Email: #2\crlf}
>     {Name: #1\crlf Address: #2 \crlf Email: #3\crlf}%
>   \thinrule\blank[small]}
> 
> Wolfgang

Many thanks Wolfgang! Your solution solves my question.

Now for a complete understanding of the solution (and before putting your solution on the wiki), here is another question.
After reading your solution, I searched in the source files and saw that in the file
syst-gen.mkii
the command \dosinglegroupempty, until \doquintuplegroupempty are defined.
For instance
\def\dotriplegroupempty#1%
  {\def\dodogetargument##1%
     {\def\dodogetargument####1%
        {\def\dodogetargument%
           {\dontpermitspacesbetweengroups
            #1{##1}{####1}}%
         \dogetgroupargument\thirdargumenttrue\thirdargumentfalse}%
      \dogetgroupargument\secondargumenttrue\secondargumentfalse}%
   \dogetgroupargument\firstargumenttrue\firstargumentfalse}

Can one use other constructions like these, for example can one define
\dosepttuplegroupempty 
in order to have macros with 7 arguments, of which 5 are always present, while the sixth and seventh may be absent in some occasions?

Thanks again: OK
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2010-02-28 11:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-28  8:54 Otared Kavian
2010-02-28  9:17 ` Wolfgang Schuster
2010-02-28 11:44   ` Otared Kavian [this message]
2010-02-28 11:48     ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=00A159C2-A323-447C-98F9-6B4FE7094E15@gmail.com \
    --to=otared@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).