ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: \write \getvariable and expansion
Date: Sun, 19 Nov 2006 10:39:33 +0100	[thread overview]
Message-ID: <45602655.9040404@elvenkind.com> (raw)
In-Reply-To: <Pine.WNT.4.63.0611172145360.1332@nqvgln>

Aditya Mahajan wrote:
> Hi,
> 
>   Can someone explain what should be the correct order of expansion 
> here. I want to enter the date entered as a variable to a file.
> 
> \setvariables
>    [test]
>    [date={d=11,m=11,y=2006}]
> 
> \starttext
> 
> The date entered was \expanded{\date[\getvariable{test}{date}]}.
> 
> \immediate\openout \scratchwrite test-001
> \immediate\write \scratchwrite {The date entered was}
> % None of these work.

The best you can get is:

  \immediate\write\scratchwrite{\noexpand\date[\getvariable{test}{date}]}

(The variable is expanded, but \date is not)

Greetings, Taco

  reply	other threads:[~2006-11-19  9:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-18  2:47 Aditya Mahajan
2006-11-19  9:39 ` Taco Hoekwater [this message]
2006-11-19 17:44   ` Aditya Mahajan

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=45602655.9040404@elvenkind.com \
    --to=taco@elvenkind.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).