ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Jeong Dal <haksan@me.com>
Subject: Re: Delivering the value of a variable in MetaFun to ConTeXt
Date: Wed, 23 Jun 2021 22:36:19 +0200	[thread overview]
Message-ID: <1d2d97dc-0095-6547-4625-1a264cc455b3@xs4all.nl> (raw)
In-Reply-To: <F79918FF-0D2F-48EA-8164-177DE4FBA2AC@me.com>

On 6/23/2021 10:00 PM, Jeong Dal wrote:
> 
> Hi,
> 
> Is there a way to deliver the value of a variable in MetaFun to ConTeXt.
> For example, I want to do the following:
> 
> \starttext
> \startMPcode
> numeric maxCount;
> % … some code
> maxCount := 10;
> \stopMPcode
> 
> dorecurse{maxCount}
> {It is \recurselevel.\par}
> 
> \stoptext
> 
> Thank you for reading.
\newcount\MyCount

\starttext

\startMPcode
     numeric maxCount;
     maxCount := 10;
     setglobalmacro("MyMacro",decimal maxCount);
     setglobalcount("MyCount",maxCount);
\stopMPcode


\dorecurse{\MyMacro}{It is \recurselevel. }\par
\dorecurse{\MyCount}{It is \recurselevel. }\par

\stoptext


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2021-06-23 20:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1186.1624441651.1130.ntg-context@ntg.nl>
2021-06-23 20:00 ` Jeong Dal
2021-06-23 20:36   ` Hans Hagen [this message]
2021-06-24  2:33     ` Jeong Dal
2021-06-24  3:39       ` Aditya Mahajan
2021-06-24  6:31         ` Hans Hagen
     [not found] <mailman.47.1624523134.1143.ntg-context@ntg.nl>
2021-06-25 19:45 ` Jeong Dal

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=1d2d97dc-0095-6547-4625-1a264cc455b3@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=haksan@me.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).