ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: \write \getvariable and expansion
Date: Fri, 17 Nov 2006 21:47:25 -0500 (EST)	[thread overview]
Message-ID: <Pine.WNT.4.63.0611172145360.1332@nqvgln> (raw)

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.
% \immediate\write   \scratchwrite {\expanded{\date[\getvariable{test}{date}]}}
% \expanded{\immediate\write   \scratchwrite \date[\getvariable{test}{date}]}}
\immediate\closeout\scratchwrite

\stoptext

Thanks,
Aditya

             reply	other threads:[~2006-11-18  2:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-18  2:47 Aditya Mahajan [this message]
2006-11-19  9:39 ` Taco Hoekwater
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=Pine.WNT.4.63.0611172145360.1332@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).