ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: Re: \write \getvariable and expansion
Date: Sun, 19 Nov 2006 12:44:50 -0500 (EST)	[thread overview]
Message-ID: <Pine.WNT.4.63.0611191242350.1596@nqvgln> (raw)
In-Reply-To: <45602655.9040404@elvenkind.com>

On Sun, 19 Nov 2006, Taco Hoekwater wrote:

> 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)

Thanks for the hint. Fortunately, I just needed the date in the format 
[year,/,mm,/,dd], so I can do something like

\expanded{\setvariables[test:date][\getvariable{test}{date}]}

\immediate\openout \scratchwrite test-001
\immediate\write   \scratchwrite {The date entered was}
\immediate\write   \scratchwrite 
{\getvariable{test:date}{y}/\getvariable{test:date}{m}/\getvariable{test:date}{d}}

\closeout\scratchwrite

Aditya

      reply	other threads:[~2006-11-19 17:44 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
2006-11-19 17:44   ` Aditya Mahajan [this message]

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=Pine.WNT.4.63.0611191242350.1596@nqvgln \
    --to=adityam@umich.edu \
    --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).